#c08e48

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

Shades of Tussock #C08E48

Tints of Tussock #C08E48

Color information

#C08E48 (or 0xC08E48) is unknown color: approx Tussock. HEX triplet: C0, 8E and 48. RGB value is (192,142,72). Sum of RGB (Red+Green+Blue) = 192+142+72=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E48 is #3F71B7. Grayscale: #959595. Windows color (decimal): -4157880 or 4755136. OLE color: 4755136.

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

Color convert

RGB19214272-
CMYK00.260.630.25
HSL35º48.78%51.76%-
HSV(B)35º62.5%75.29%-
XYZ32.5831.0210.4-
YUV148.9784.56158.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.29%
GREEN value IS 142 (55.86% from 255) = 34.98%
BLUE value IS 72 (28.52% from 255) = 17.73%
R=47.29%
G=34.98%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921427200.260.630.253548.7851.76
HexC08E4801A3F19233134
Octal3002161100327731436164
Binary1100000010001110100100001101011111111001100011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c08e48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c08e48; }

 p { color: rgb(192,142,72); }

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

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

 a { background-color: rgb(192,142,72); }

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

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

 span { border-color: rgb(192,142,72); }

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