#CA9D46

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

Shades of Tussock #CA9D46

Tints of Tussock #CA9D46

Color information

#CA9D46 (or 0xCA9D46) is unknown color: approx Tussock. HEX triplet: CA, 9D and 46. RGB value is (202,157,70). Sum of RGB (Red+Green+Blue) = 202+157+70=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9D46 is #3562B9. Grayscale: #A0A0A0. Windows color (decimal): -3498682 or 4627914. OLE color: 4627914.

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

Color convert

RGB20215770-
CMYK00.220.650.21
HSL39.55º55.46%53.33%-
HSV(B)39.55º65.35%79.22%-
XYZ37.5237.1110.98-
YUV160.5476.91157.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 157 (61.72% from 255) = 36.60%
BLUE value IS 70 (27.73% from 255) = 16.32%
R=47.09%
G=36.60%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021577000.220.650.2139.5555.4653.33
HexCA9D460164115283735
Octal31223510602610125506765
Binary11001010100111011000110010110100000110101101000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9D46; }

 p { color: rgb(202,157,70); }

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

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

 a { background-color: rgb(202,157,70); }

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

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

 span { border-color: rgb(202,157,70); }

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