#C08860

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

Shades of Twine #C08860

Tints of Twine #C08860

Color information

#C08860 (or 0xC08860) is unknown color: approx Twine. HEX triplet: C0, 88 and 60. RGB value is (192,136,96). Sum of RGB (Red+Green+Blue) = 192+136+96=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C08860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08860 is #3F779F. Grayscale: #949494. Windows color (decimal): -4159392 or 6326464. OLE color: 6326464.

HSL color Cylindrical-coordinate representation of color #C08860: hue angle of 25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C08860 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19213696-
CMYK00.290.500.25
HSL25º43.24%56.47%-
HSV(B)25º50%75.29%-
XYZ32.6529.6615.07-
YUV148.1898.55159.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.28%
GREEN value IS 136 (53.52% from 255) = 32.08%
BLUE value IS 96 (37.89% from 255) = 22.64%
R=45.28%
G=32.08%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921369600.290.500.252543.2456.47
HexC0886001D3219192b38
Octal3002101400356231315370
Binary110000001000100011000000111011100101100111001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08860; }

 p { color: rgb(192,136,96); }

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

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

 a { background-color: rgb(192,136,96); }

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

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

 span { border-color: rgb(192,136,96); }

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