#caae72

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

Shades of Putty #CAAE72

Tints of Putty #CAAE72

Color information

#CAAE72 (or 0xCAAE72) is unknown color: approx Putty. HEX triplet: CA, AE and 72. RGB value is (202,174,114). Sum of RGB (Red+Green+Blue) = 202+174+114=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAE72 is #35518D. Grayscale: #AFAFAF. Windows color (decimal): -3494286 or 7515850. OLE color: 7515850.

HSL color Cylindrical-coordinate representation of color #CAAE72: hue angle of 40.91º degrees, saturation: 0.45, 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 #CAAE72 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB202174114-
CMYK00.140.440.21
HSL40.91º45.36%61.96%-
HSV(B)40.91º43.56%79.22%-
XYZ42.5344.0422.18-
YUV175.5393.28146.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 174 (68.36% from 255) = 35.51%
BLUE value IS 114 (44.92% from 255) = 23.27%
R=41.22%
G=35.51%
B=23.27%

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
Decimal20217411400.140.440.2140.9145.3661.96
HexCAAE720E2C15292d3e
Octal3122561620165425515576
Binary110010101010111011100100111010110010101101001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caae72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #caae72; }

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

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

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

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

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

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

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

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