#CAA876

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

Shades of Putty #CAA876

Tints of Putty #CAA876

Color information

#CAA876 (or 0xCAA876) is unknown color: approx Putty. HEX triplet: CA, A8 and 76. RGB value is (202,168,118). Sum of RGB (Red+Green+Blue) = 202+168+118=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA876 is #355789. Grayscale: #ACACAC. Windows color (decimal): -3495818 or 7776458. OLE color: 7776458.

HSL color Cylindrical-coordinate representation of color #CAA876: hue angle of 35.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAA876 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB202168118-
CMYK00.170.420.21
HSL35.71º44.21%62.75%-
HSV(B)35.71º41.58%79.22%-
XYZ41.6341.8723.03-
YUV172.4797.26149.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 168 (66.02% from 255) = 34.43%
BLUE value IS 118 (46.48% from 255) = 24.18%
R=41.39%
G=34.43%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216811800.170.420.2135.7144.2162.75
HexCAA8760112A15242c3f
Octal3122501660215225445477
Binary1100101010101000111011001000110101010101100100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA876; }

 p { color: rgb(202,168,118); }

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

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

 a { background-color: rgb(202,168,118); }

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

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

 span { border-color: rgb(202,168,118); }

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