#C08F55

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

Shades of Twine #C08F55

Tints of Twine #C08F55

Color information

#C08F55 (or 0xC08F55) is unknown color: approx Twine. HEX triplet: C0, 8F and 55. RGB value is (192,143,85). Sum of RGB (Red+Green+Blue) = 192+143+85=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F55 is #3F70AA. Grayscale: #979797. Windows color (decimal): -4157611 or 5607360. OLE color: 5607360.

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

Color convert

RGB19214385-
CMYK00.260.560.25
HSL32.52º45.92%54.31%-
HSV(B)32.52º55.73%75.29%-
XYZ33.231.5112.93-
YUV151.0490.73157.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.71%
GREEN value IS 143 (56.25% from 255) = 34.05%
BLUE value IS 85 (33.59% from 255) = 20.24%
R=45.71%
G=34.05%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921438500.260.560.2532.5245.9254.31
HexC08F5501A3819212e36
Octal3002171250327031415666
Binary1100000010001111101010101101011100011001100001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08F55; }

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

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

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

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

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

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

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

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