#CAAF70

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

Shades of Putty #CAAF70

Tints of Putty #CAAF70

Color information

#CAAF70 (or 0xCAAF70) is unknown color: approx Putty. HEX triplet: CA, AF and 70. RGB value is (202,175,112). Sum of RGB (Red+Green+Blue) = 202+175+112=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAF70 is #35508F. Grayscale: #B0B0B0. Windows color (decimal): -3494032 or 7385034. OLE color: 7385034.

HSL color Cylindrical-coordinate representation of color #CAAF70: hue angle of 42º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAAF70 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB202175112-
CMYK00.130.450.21
HSL42º45.92%61.57%-
HSV(B)42º44.55%79.22%-
XYZ42.6144.3921.65-
YUV175.8991.95146.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 112 (44.14% from 255) = 22.90%
R=41.31%
G=35.79%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217511200.130.450.214245.9261.57
HexCAAF700D2D152a2e3e
Octal3122571600155525525676
Binary110010101010111111100000110110110110101101010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF70; }

 p { color: rgb(202,175,112); }

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

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

 a { background-color: rgb(202,175,112); }

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

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

 span { border-color: rgb(202,175,112); }

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