#CA974C

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

Shades of Tussock #CA974C

Tints of Tussock #CA974C

Color information

#CA974C (or 0xCA974C) is unknown color: approx Tussock. HEX triplet: CA, 97 and 4C. RGB value is (202,151,76). Sum of RGB (Red+Green+Blue) = 202+151+76=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA974C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA974C is #3568B3. Grayscale: #9E9E9E. Windows color (decimal): -3500212 or 5019594. OLE color: 5019594.

HSL color Cylindrical-coordinate representation of color #CA974C: hue angle of 35.71º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA974C is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB20215176-
CMYK00.250.620.21
HSL35.71º54.31%54.51%-
HSV(B)35.71º62.38%79.22%-
XYZ36.7335.2111.7-
YUV157.781.9159.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 151 (59.38% from 255) = 35.20%
BLUE value IS 76 (30.08% from 255) = 17.72%
R=47.09%
G=35.20%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021517600.250.620.2135.7154.3154.51
HexCA974C0193E15243637
Octal3122271140317625446667
Binary1100101010010111100110001100111111010101100100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA974C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA974C; }

 p { color: rgb(202,151,76); }

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

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

 a { background-color: rgb(202,151,76); }

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

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

 span { border-color: rgb(202,151,76); }

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