#CA974B

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

Shades of Tussock #CA974B

Tints of Tussock #CA974B

Color information

#CA974B (or 0xCA974B) is unknown color: approx Tussock. HEX triplet: CA, 97 and 4B. RGB value is (202,151,75). Sum of RGB (Red+Green+Blue) = 202+151+75=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA974B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA974B is #3568B4. Grayscale: #9D9D9D. Windows color (decimal): -3500213 or 4954058. OLE color: 4954058.

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

Color convert

RGB20215175-
CMYK00.250.630.21
HSL35.91º54.51%54.31%-
HSV(B)35.91º62.87%79.22%-
XYZ36.6935.211.52-
YUV157.5881.4159.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.20%
GREEN value IS 151 (59.38% from 255) = 35.28%
BLUE value IS 75 (29.69% from 255) = 17.52%
R=47.20%
G=35.28%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021517500.250.630.2135.9154.5154.31
HexCA974B0193F15243736
Octal3122271130317725446766
Binary1100101010010111100101101100111111110101100100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA974B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA974B; }

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

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

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

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

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

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

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

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