#CC974A

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

Shades of Tussock #CC974A

Tints of Tussock #CC974A

Color information

#CC974A (or 0xCC974A) is unknown color: approx Tussock. HEX triplet: CC, 97 and 4A. RGB value is (204,151,74). Sum of RGB (Red+Green+Blue) = 204+151+74=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC974A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC974A is #3368B5. Grayscale: #9E9E9E. Windows color (decimal): -3369142 or 4888524. OLE color: 4888524.

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

Color convert

RGB20415174-
CMYK00.260.640.2
HSL35.54º56.03%54.51%-
HSV(B)35.54º63.73%80%-
XYZ37.235.4711.36-
YUV158.0780.56160.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.55%
GREEN value IS 151 (59.38% from 255) = 35.20%
BLUE value IS 74 (29.30% from 255) = 17.25%
R=47.55%
G=35.20%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041517400.260.640.235.5456.0354.51
HexCC974A01A4014243837
Octal31422711203210024447067
Binary11001100100101111001010011010100000010100100100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC974A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC974A; }

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

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

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

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

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

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

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

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