#CC9949

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

Shades of Tussock #CC9949

Tints of Tussock #CC9949

Color information

#CC9949 (or 0xCC9949) is unknown color: approx Tussock. HEX triplet: CC, 99 and 49. RGB value is (204,153,73). Sum of RGB (Red+Green+Blue) = 204+153+73=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9949 is #3366B6. Grayscale: #9F9F9F. Windows color (decimal): -3368631 or 4823500. OLE color: 4823500.

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

Color convert

RGB20415373-
CMYK00.250.640.2
HSL36.64º56.22%54.31%-
HSV(B)36.64º64.22%80%-
XYZ37.536.111.3-
YUV159.1379.4160-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.44%
GREEN value IS 153 (60.16% from 255) = 35.58%
BLUE value IS 73 (28.91% from 255) = 16.98%
R=47.44%
G=35.58%
B=16.98%

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
Decimal2041537300.250.640.236.6456.2254.31
HexCC99490194014253836
Octal31423111103110024457066
Binary11001100100110011001001011001100000010100100101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9949; }

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

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

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

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

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

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

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

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