#CAAE75

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

Shades of Putty #CAAE75

Tints of Putty #CAAE75

Color information

#CAAE75 (or 0xCAAE75) is unknown color: approx Putty. HEX triplet: CA, AE and 75. RGB value is (202,174,117). Sum of RGB (Red+Green+Blue) = 202+174+117=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAE75 is #35518A. Grayscale: #B0B0B0. Windows color (decimal): -3494283 or 7712458. OLE color: 7712458.

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

Color convert

RGB202174117-
CMYK00.140.420.21
HSL40.24º44.5%62.55%-
HSV(B)40.24º42.08%79.22%-
XYZ42.744.1123.09-
YUV175.8794.78146.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 117 (46.09% from 255) = 23.73%
R=40.97%
G=35.29%
B=23.73%

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
Decimal20217411700.140.420.2140.2444.562.55
HexCAAE750E2A15282d3f
Octal3122561650165225505577
Binary110010101010111011101010111010101010101101000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE75; }

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

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

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

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

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

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

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

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