#CAAE76

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

Shades of Putty #CAAE76

Tints of Putty #CAAE76

Color information

#CAAE76 (or 0xCAAE76) is unknown color: approx Putty. HEX triplet: CA, AE and 76. RGB value is (202,174,118). Sum of RGB (Red+Green+Blue) = 202+174+118=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAE76 is #355189. Grayscale: #B0B0B0. Windows color (decimal): -3494282 or 7777994. OLE color: 7777994.

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

Color convert

RGB202174118-
CMYK00.140.420.21
HSL40º44.21%62.75%-
HSV(B)40º41.58%79.22%-
XYZ42.7644.1423.4-
YUV175.9995.28146.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 118 (46.48% from 255) = 23.89%
R=40.89%
G=35.22%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217411800.140.420.214044.2162.75
HexCAAE760E2A15282c3f
Octal3122561660165225505477
Binary110010101010111011101100111010101010101101000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE76; }

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

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

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

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

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

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

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

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