#CAAD79

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

Shades of Putty #CAAD79

Tints of Putty #CAAD79

Color information

#CAAD79 (or 0xCAAD79) is unknown color: approx Putty. HEX triplet: CA, AD and 79. RGB value is (202,173,121). Sum of RGB (Red+Green+Blue) = 202+173+121=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAD79 is #355286. Grayscale: #AFAFAF. Windows color (decimal): -3494535 or 7974346. OLE color: 7974346.

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

Color convert

RGB202173121-
CMYK00.140.400.21
HSL38.52º43.32%63.33%-
HSV(B)38.52º40.1%79.22%-
XYZ42.7543.8224.29-
YUV175.7497.11146.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 173 (67.97% from 255) = 34.88%
BLUE value IS 121 (47.66% from 255) = 24.40%
R=40.73%
G=34.88%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217312100.140.400.2138.5243.3263.33
HexCAAD790E2815272b3f
Octal3122551710165025475377
Binary110010101010110111110010111010100010101100111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD79; }

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

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

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

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

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

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

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

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