#CA9D48

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

Shades of Tussock #CA9D48

Tints of Tussock #CA9D48

Color information

#CA9D48 (or 0xCA9D48) is unknown color: approx Tussock. HEX triplet: CA, 9D and 48. RGB value is (202,157,72). Sum of RGB (Red+Green+Blue) = 202+157+72=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9D48 is #3562B7. Grayscale: #A1A1A1. Windows color (decimal): -3498680 or 4758986. OLE color: 4758986.

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

Color convert

RGB20215772-
CMYK00.220.640.21
HSL39.23º55.08%53.73%-
HSV(B)39.23º64.36%79.22%-
XYZ37.5837.1411.32-
YUV160.7677.91157.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 157 (61.72% from 255) = 36.43%
BLUE value IS 72 (28.52% from 255) = 16.71%
R=46.87%
G=36.43%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021577200.220.640.2139.2355.0853.73
HexCA9D480164015273736
Octal31223511002610025476766
Binary11001010100111011001000010110100000010101100111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9D48; }

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

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

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

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

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

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

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

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