#CA994A

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

Shades of Tussock #CA994A

Tints of Tussock #CA994A

Color information

#CA994A (or 0xCA994A) is unknown color: approx Tussock. HEX triplet: CA, 99 and 4A. RGB value is (202,153,74). Sum of RGB (Red+Green+Blue) = 202+153+74=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA994A is #3566B5. Grayscale: #9F9F9F. Windows color (decimal): -3499702 or 4889034. OLE color: 4889034.

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

Color convert

RGB20215374-
CMYK00.240.630.21
HSL37.03º54.7%54.12%-
HSV(B)37.03º63.37%79.22%-
XYZ36.9835.8311.45-
YUV158.6580.23158.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 153 (60.16% from 255) = 35.66%
BLUE value IS 74 (29.30% from 255) = 17.25%
R=47.09%
G=35.66%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021537400.240.630.2137.0354.754.12
HexCA994A0183F15253736
Octal3122311120307725456766
Binary1100101010011001100101001100011111110101100101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA994A; }

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

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

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

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

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

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

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

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