#C09C49

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

Shades of Tussock #C09C49

Tints of Tussock #C09C49

Color information

#C09C49 (or 0xC09C49) is unknown color: approx Tussock. HEX triplet: C0, 9C and 49. RGB value is (192,156,73). Sum of RGB (Red+Green+Blue) = 192+156+73=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09C49 is #3F63B6. Grayscale: #9D9D9D. Windows color (decimal): -4154295 or 4824256. OLE color: 4824256.

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

Color convert

RGB19215673-
CMYK00.190.620.25
HSL41.85º48.57%51.96%-
HSV(B)41.85º61.98%75.29%-
XYZ34.8335.4611.31-
YUV157.380.43152.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.61%
GREEN value IS 156 (61.33% from 255) = 37.05%
BLUE value IS 73 (28.91% from 255) = 17.34%
R=45.61%
G=37.05%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921567300.190.620.2541.8548.5751.96
HexC09C490133E192a3134
Octal3002341110237631526164
Binary1100000010011100100100101001111111011001101010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09C49; }

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

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

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

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

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

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

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

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