#CC994C

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

Shades of Tussock #CC994C

Tints of Tussock #CC994C

Color information

#CC994C (or 0xCC994C) is unknown color: approx Tussock. HEX triplet: CC, 99 and 4C. RGB value is (204,153,76). Sum of RGB (Red+Green+Blue) = 204+153+76=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC994C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC994C is #3366B3. Grayscale: #9F9F9F. Windows color (decimal): -3368628 or 5020108. OLE color: 5020108.

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

Color convert

RGB20415376-
CMYK00.250.630.2
HSL36.09º55.65%54.9%-
HSV(B)36.09º62.75%80%-
XYZ37.636.1411.83-
YUV159.4780.9159.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.11%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 76 (30.08% from 255) = 17.55%
R=47.11%
G=35.33%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041537600.250.630.236.0955.6554.9
HexCC994C0193F14243837
Octal3142311140317724447067
Binary1100110010011001100110001100111111110100100100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC994C; }

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

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

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

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

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

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

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

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