#CAAA79

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

Shades of Putty #CAAA79

Tints of Putty #CAAA79

Color information

#CAAA79 (or 0xCAAA79) is unknown color: approx Putty. HEX triplet: CA, AA and 79. RGB value is (202,170,121). Sum of RGB (Red+Green+Blue) = 202+170+121=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAA79 is #355586. Grayscale: #AEAEAE. Windows color (decimal): -3495303 or 7973578. OLE color: 7973578.

HSL color Cylindrical-coordinate representation of color #CAAA79: hue angle of 36.3º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAAA79 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202170121-
CMYK00.160.400.21
HSL36.3º43.32%63.33%-
HSV(B)36.3º40.1%79.22%-
XYZ42.1842.6924.11-
YUV173.9898.1147.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 121 (47.66% from 255) = 24.54%
R=40.97%
G=34.48%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217012100.160.400.2136.343.3263.33
HexCAAA790102815242b3f
Octal3122521710205025445377
Binary1100101010101010111100101000010100010101100100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA79; }

 p { color: rgb(202,170,121); }

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

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

 a { background-color: rgb(202,170,121); }

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

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

 span { border-color: rgb(202,170,121); }

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