#CA964A

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

Shades of Tussock #CA964A

Tints of Tussock #CA964A

Color information

#CA964A (or 0xCA964A) is unknown color: approx Tussock. HEX triplet: CA, 96 and 4A. RGB value is (202,150,74). Sum of RGB (Red+Green+Blue) = 202+150+74=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA964A is #3569B5. Grayscale: #9D9D9D. Windows color (decimal): -3500470 or 4888266. OLE color: 4888266.

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

Color convert

RGB20215074-
CMYK00.260.630.21
HSL35.63º54.7%54.12%-
HSV(B)35.63º63.37%79.22%-
XYZ36.534.8611.28-
YUV156.8881.23160.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 74 (29.30% from 255) = 17.37%
R=47.42%
G=35.21%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021507400.260.630.2135.6354.754.12
HexCA964A01A3F15243736
Octal3122261120327725446766
Binary1100101010010110100101001101011111110101100100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA964A; }

 p { color: rgb(202,150,74); }

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

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

 a { background-color: rgb(202,150,74); }

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

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

 span { border-color: rgb(202,150,74); }

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