#C09046

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

Shades of Tussock #C09046

Tints of Tussock #C09046

Color information

#C09046 (or 0xC09046) is unknown color: approx Tussock. HEX triplet: C0, 90 and 46. RGB value is (192,144,70). Sum of RGB (Red+Green+Blue) = 192+144+70=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C09046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09046 is #3F6FB9. Grayscale: #969696. Windows color (decimal): -4157370 or 4624576. OLE color: 4624576.

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

Color convert

RGB19214470-
CMYK00.250.640.25
HSL36.39º49.19%51.37%-
HSV(B)36.39º63.54%75.29%-
XYZ32.8231.610.16-
YUV149.9282.9158.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.29%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 70 (27.73% from 255) = 17.24%
R=47.29%
G=35.47%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921447000.250.640.2536.3949.1951.37
HexC090460194019243133
Octal30022010603110031446163
Binary11000000100100001000110011001100000011001100100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09046; }

 p { color: rgb(192,144,70); }

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

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

 a { background-color: rgb(192,144,70); }

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

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

 span { border-color: rgb(192,144,70); }

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