#CAAE71

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

Shades of Putty #CAAE71

Tints of Putty #CAAE71

Color information

#CAAE71 (or 0xCAAE71) is unknown color: approx Putty. HEX triplet: CA, AE and 71. RGB value is (202,174,113). Sum of RGB (Red+Green+Blue) = 202+174+113=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAE71 is #35518E. Grayscale: #AFAFAF. Windows color (decimal): -3494287 or 7450314. OLE color: 7450314.

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

Color convert

RGB202174113-
CMYK00.140.440.21
HSL41.12º45.64%61.76%-
HSV(B)41.12º44.06%79.22%-
XYZ42.4744.0221.88-
YUV175.4292.78146.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 113 (44.53% from 255) = 23.11%
R=41.31%
G=35.58%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217411300.140.440.2141.1245.6461.76
HexCAAE710E2C15292e3e
Octal3122561610165425515676
Binary110010101010111011100010111010110010101101001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE71; }

 p { color: rgb(202,174,113); }

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

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

 a { background-color: rgb(202,174,113); }

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

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

 span { border-color: rgb(202,174,113); }

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