#CAAE77

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

Shades of Putty #CAAE77

Tints of Putty #CAAE77

Color information

#CAAE77 (or 0xCAAE77) is unknown color: approx Putty. HEX triplet: CA, AE and 77. RGB value is (202,174,119). Sum of RGB (Red+Green+Blue) = 202+174+119=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAE77 is #355188. Grayscale: #B0B0B0. Windows color (decimal): -3494281 or 7843530. OLE color: 7843530.

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

Color convert

RGB202174119-
CMYK00.140.410.21
HSL39.76º43.92%62.94%-
HSV(B)39.76º41.09%79.22%-
XYZ42.8244.1623.72-
YUV176.195.78146.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 119 (46.88% from 255) = 24.04%
R=40.81%
G=35.15%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217411900.140.410.2139.7643.9262.94
HexCAAE770E2915282c3f
Octal3122561670165125505477
Binary110010101010111011101110111010100110101101000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE77; }

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

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

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

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

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

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

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

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