#C08C49

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

Shades of Tussock #C08C49

Tints of Tussock #C08C49

Color information

#C08C49 (or 0xC08C49) is unknown color: approx Tussock. HEX triplet: C0, 8C and 49. RGB value is (192,140,73). Sum of RGB (Red+Green+Blue) = 192+140+73=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08C49 is #3F73B6. Grayscale: #949494. Windows color (decimal): -4158391 or 4820160. OLE color: 4820160.

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

Color convert

RGB19214073-
CMYK00.270.620.25
HSL33.78º48.57%51.96%-
HSV(B)33.78º61.98%75.29%-
XYZ32.3230.4410.48-
YUV147.9185.73159.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.41%
GREEN value IS 140 (55.08% from 255) = 34.57%
BLUE value IS 73 (28.91% from 255) = 18.02%
R=47.41%
G=34.57%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921407300.270.620.2533.7848.5751.96
HexC08C4901B3E19223134
Octal3002141110337631426164
Binary1100000010001100100100101101111111011001100010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08C49; }

 p { color: rgb(192,140,73); }

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

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

 a { background-color: rgb(192,140,73); }

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

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

 span { border-color: rgb(192,140,73); }

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