#CAAD71

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

Shades of Putty #CAAD71

Tints of Putty #CAAD71

Color information

#CAAD71 (or 0xCAAD71) is unknown color: approx Putty. HEX triplet: CA, AD and 71. RGB value is (202,173,113). Sum of RGB (Red+Green+Blue) = 202+173+113=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAD71 is #35528E. Grayscale: #AFAFAF. Windows color (decimal): -3494543 or 7450058. OLE color: 7450058.

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

Color convert

RGB202173113-
CMYK00.140.440.21
HSL40.45º45.64%61.76%-
HSV(B)40.45º44.06%79.22%-
XYZ42.2843.6421.82-
YUV174.8393.11147.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 113 (44.53% from 255) = 23.16%
R=41.39%
G=35.45%
B=23.16%

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
Decimal20217311300.140.440.2140.4545.6461.76
HexCAAD710E2C15282e3e
Octal3122551610165425505676
Binary110010101010110111100010111010110010101101000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD71; }

 p { color: rgb(202,173,113); }

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

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

 a { background-color: rgb(202,173,113); }

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

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

 span { border-color: rgb(202,173,113); }

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