#CAAE70

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

Shades of Putty #CAAE70

Tints of Putty #CAAE70

Color information

#CAAE70 (or 0xCAAE70) is unknown color: approx Putty. HEX triplet: CA, AE and 70. RGB value is (202,174,112). Sum of RGB (Red+Green+Blue) = 202+174+112=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAE70 is #35518F. Grayscale: #AFAFAF. Windows color (decimal): -3494288 or 7384778. OLE color: 7384778.

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

Color convert

RGB202174112-
CMYK00.140.450.21
HSL41.33º45.92%61.57%-
HSV(B)41.33º44.55%79.22%-
XYZ42.424421.59-
YUV175.392.28147.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 112 (44.14% from 255) = 22.95%
R=41.39%
G=35.66%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217411200.140.450.2141.3345.9261.57
HexCAAE700E2D15292e3e
Octal3122561600165525515676
Binary110010101010111011100000111010110110101101001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE70; }

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

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

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

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

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

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

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

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