#c0975d

Color #C0975D Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #C0975D

Tints of Twine #C0975D

Color information

#C0975D (or 0xC0975D) is unknown color: approx Twine. HEX triplet: C0, 97 and 5D. RGB value is (192,151,93). Sum of RGB (Red+Green+Blue) = 192+151+93=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0975D is #3F68A2. Grayscale: #9C9C9C. Windows color (decimal): -4155555 or 6133696. OLE color: 6133696.

HSL color Cylindrical-coordinate representation of color #C0975D: hue angle of 35.15º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0975D is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19215193-
CMYK00.210.520.25
HSL35.15º44%55.88%-
HSV(B)35.15º51.56%75.29%-
XYZ34.7834.1315.11-
YUV156.6592.08153.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 151 (59.38% from 255) = 34.63%
BLUE value IS 93 (36.72% from 255) = 21.33%
R=44.04%
G=34.63%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921519300.210.520.2535.154455.88
HexC0975D0153419232c38
Octal3002271350256431435470
Binary1100000010010111101110101010111010011001100011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0975d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0975d; }

 p { color: rgb(192,151,93); }

 H1.HeaderClassName
 {
   color: #c0975d;
 }
 .AnyTagClassName
 {
   color: #c0975d;
 }
</style>
background-color css

<style>
 a { background-color: #c0975d; }

 a { background-color: rgb(192,151,93); }

 div.DivClassName
 {
   background-color: #c0975d;
 }
 .BgClassName
 {
   background-color: #c0975d;
 }
</style>
border-color css

<style>
 span { border-color: #c0975d; }

 span { border-color: rgb(192,151,93); }

 td.TdClassName
 {
   border-color: #c0975d;
 }
 .TagClassName
 {
   border-color: #c0975d;
 }
</style>