#C08D5C

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

Shades of Twine #C08D5C

Tints of Twine #C08D5C

Color information

#C08D5C (or 0xC08D5C) is unknown color: approx Twine. HEX triplet: C0, 8D and 5C. RGB value is (192,141,92). Sum of RGB (Red+Green+Blue) = 192+141+92=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08D5C is #3F72A3. Grayscale: #969696. Windows color (decimal): -4158116 or 6065600. OLE color: 6065600.

HSL color Cylindrical-coordinate representation of color #C08D5C: hue angle of 29.4º 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 #C08D5C is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19214192-
CMYK00.270.520.25
HSL29.4º44.25%55.69%-
HSV(B)29.4º52.08%75.29%-
XYZ33.1931.0314.36-
YUV150.6694.9157.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 92 (36.33% from 255) = 21.65%
R=45.18%
G=33.18%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921419200.270.520.2529.444.2555.69
HexC08D5C01B34191d2c38
Octal3002151340336431355470
Binary110000001000110110111000110111101001100111101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08D5C; }

 p { color: rgb(192,141,92); }

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

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

 a { background-color: rgb(192,141,92); }

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

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

 span { border-color: rgb(192,141,92); }

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