#C09A4C

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

Shades of Tussock #C09A4C

Tints of Tussock #C09A4C

Color information

#C09A4C (or 0xC09A4C) is unknown color: approx Tussock. HEX triplet: C0, 9A and 4C. RGB value is (192,154,76). Sum of RGB (Red+Green+Blue) = 192+154+76=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A4C is #3F65B3. Grayscale: #9C9C9C. Windows color (decimal): -4154804 or 5020352. OLE color: 5020352.

HSL color Cylindrical-coordinate representation of color #C09A4C: hue angle of 40.34º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C09A4C is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19215476-
CMYK00.200.600.25
HSL40.34º47.93%52.55%-
HSV(B)40.34º60.42%75.29%-
XYZ34.634.8411.74-
YUV156.4782.59153.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.50%
GREEN value IS 154 (60.55% from 255) = 36.49%
BLUE value IS 76 (30.08% from 255) = 18.01%
R=45.50%
G=36.49%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921547600.200.600.2540.3447.9352.55
HexC09A4C0143C19283035
Octal3002321140247431506065
Binary1100000010011010100110001010011110011001101000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09A4C; }

 p { color: rgb(192,154,76); }

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

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

 a { background-color: rgb(192,154,76); }

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

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

 span { border-color: rgb(192,154,76); }

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