#CAAA77

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

Shades of Putty #CAAA77

Tints of Putty #CAAA77

Color information

#CAAA77 (or 0xCAAA77) is unknown color: approx Putty. HEX triplet: CA, AA and 77. RGB value is (202,170,119). Sum of RGB (Red+Green+Blue) = 202+170+119=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAA77 is #355588. Grayscale: #ADADAD. Windows color (decimal): -3495305 or 7842506. OLE color: 7842506.

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

Color convert

RGB202170119-
CMYK00.160.410.21
HSL36.87º43.92%62.94%-
HSV(B)36.87º41.09%79.22%-
XYZ42.0642.6423.47-
YUV173.7597.1148.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 119 (46.88% from 255) = 24.24%
R=41.14%
G=34.62%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217011900.160.410.2136.8743.9262.94
HexCAAA770102915252c3f
Octal3122521670205125455477
Binary1100101010101010111011101000010100110101100101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA77; }

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

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

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

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

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

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

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

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