#CC9849

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

Shades of Tussock #CC9849

Tints of Tussock #CC9849

Color information

#CC9849 (or 0xCC9849) is unknown color: approx Tussock. HEX triplet: CC, 98 and 49. RGB value is (204,152,73). Sum of RGB (Red+Green+Blue) = 204+152+73=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9849 is #3367B6. Grayscale: #9E9E9E. Windows color (decimal): -3368887 or 4823244. OLE color: 4823244.

HSL color Cylindrical-coordinate representation of color #CC9849: hue angle of 36.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC9849 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20415273-
CMYK00.250.640.2
HSL36.18º56.22%54.31%-
HSV(B)36.18º64.22%80%-
XYZ37.3335.7711.24-
YUV158.5479.73160.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.55%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 73 (28.91% from 255) = 17.02%
R=47.55%
G=35.43%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041527300.250.640.236.1856.2254.31
HexCC98490194014243836
Octal31423011103110024447066
Binary11001100100110001001001011001100000010100100100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9849; }

 p { color: rgb(204,152,73); }

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

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

 a { background-color: rgb(204,152,73); }

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

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

 span { border-color: rgb(204,152,73); }

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