#CA9A4B

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

Shades of Tussock #CA9A4B

Tints of Tussock #CA9A4B

Color information

#CA9A4B (or 0xCA9A4B) is unknown color: approx Tussock. HEX triplet: CA, 9A and 4B. RGB value is (202,154,75). Sum of RGB (Red+Green+Blue) = 202+154+75=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9A4B is #3565B4. Grayscale: #9F9F9F. Windows color (decimal): -3499445 or 4954826. OLE color: 4954826.

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

Color convert

RGB20215475-
CMYK00.240.630.21
HSL37.32º54.51%54.31%-
HSV(B)37.32º62.87%79.22%-
XYZ37.1836.1811.68-
YUV159.3580.4158.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 154 (60.55% from 255) = 35.73%
BLUE value IS 75 (29.69% from 255) = 17.40%
R=46.87%
G=35.73%
B=17.40%

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
Decimal2021547500.240.630.2137.3254.5154.31
HexCA9A4B0183F15253736
Octal3122321130307725456766
Binary1100101010011010100101101100011111110101100101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9A4B; }

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

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

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

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

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

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

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

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