#C09350

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

Shades of Tussock #C09350

Tints of Tussock #C09350

Color information

#C09350 (or 0xC09350) is unknown color: approx Tussock. HEX triplet: C0, 93 and 50. RGB value is (192,147,80). Sum of RGB (Red+Green+Blue) = 192+147+80=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C09350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09350 is #3F6CAF. Grayscale: #999999. Windows color (decimal): -4156592 or 5280704. OLE color: 5280704.

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

Color convert

RGB19214780-
CMYK00.230.580.25
HSL35.89º47.06%53.33%-
HSV(B)35.89º58.33%75.29%-
XYZ33.6232.6512.12-
YUV152.8286.91155.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.82%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 80 (31.64% from 255) = 19.09%
R=45.82%
G=35.08%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921478000.230.580.2535.8947.0653.33
HexC093500173A19242f35
Octal3002231200277231445765
Binary1100000010010011101000001011111101011001100100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09350; }

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

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

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

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

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

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

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

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