#C08F61

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

Shades of Twine #C08F61

Tints of Twine #C08F61

Color information

#C08F61 (or 0xC08F61) is unknown color: approx Twine. HEX triplet: C0, 8F and 61. RGB value is (192,143,97). Sum of RGB (Red+Green+Blue) = 192+143+97=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F61 is #3F709E. Grayscale: #989898. Windows color (decimal): -4157599 or 6393792. OLE color: 6393792.

HSL color Cylindrical-coordinate representation of color #C08F61: hue angle of 29.05º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C08F61 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19214397-
CMYK00.260.490.25
HSL29.05º42.99%56.67%-
HSV(B)29.05º49.48%75.29%-
XYZ33.7231.7115.65-
YUV152.4196.73156.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.44%
GREEN value IS 143 (56.25% from 255) = 33.10%
BLUE value IS 97 (38.28% from 255) = 22.45%
R=44.44%
G=33.10%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921439700.260.490.2529.0542.9956.67
HexC08F6101A31191d2b39
Octal3002171410326131355371
Binary110000001000111111000010110101100011100111101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08F61; }

 p { color: rgb(192,143,97); }

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

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

 a { background-color: rgb(192,143,97); }

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

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

 span { border-color: rgb(192,143,97); }

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