#CC994A

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

Shades of Tussock #CC994A

Tints of Tussock #CC994A

Color information

#CC994A (or 0xCC994A) is unknown color: approx Tussock. HEX triplet: CC, 99 and 4A. RGB value is (204,153,74). Sum of RGB (Red+Green+Blue) = 204+153+74=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC994A is #3366B5. Grayscale: #9F9F9F. Windows color (decimal): -3368630 or 4889036. OLE color: 4889036.

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

Color convert

RGB20415374-
CMYK00.250.640.2
HSL36.46º56.03%54.51%-
HSV(B)36.46º63.73%80%-
XYZ37.5336.1111.47-
YUV159.2479.9159.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.33%
GREEN value IS 153 (60.16% from 255) = 35.50%
BLUE value IS 74 (29.30% from 255) = 17.17%
R=47.33%
G=35.50%
B=17.17%

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
Decimal2041537400.250.640.236.4656.0354.51
HexCC994A0194014243837
Octal31423111203110024447067
Binary11001100100110011001010011001100000010100100100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC994A; }

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

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

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

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

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

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

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

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