#C09050

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

Shades of Tussock #C09050

Tints of Tussock #C09050

Color information

#C09050 (or 0xC09050) is unknown color: approx Tussock. HEX triplet: C0, 90 and 50. RGB value is (192,144,80). Sum of RGB (Red+Green+Blue) = 192+144+80=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C09050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09050 is #3F6FAF. Grayscale: #979797. Windows color (decimal): -4157360 or 5279936. OLE color: 5279936.

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

Color convert

RGB19214480-
CMYK00.250.580.25
HSL34.29º47.06%53.33%-
HSV(B)34.29º58.33%75.29%-
XYZ33.1631.7311.97-
YUV151.0687.9157.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.15%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 80 (31.64% from 255) = 19.23%
R=46.15%
G=34.62%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921448000.250.580.2534.2947.0653.33
HexC090500193A19222f35
Octal3002201200317231425765
Binary1100000010010000101000001100111101011001100010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09050; }

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

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

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

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

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

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

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

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