#CAAF6F

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

Shades of Putty #CAAF6F

Tints of Putty #CAAF6F

Color information

#CAAF6F (or 0xCAAF6F) is unknown color: approx Putty. HEX triplet: CA, AF and 6F. RGB value is (202,175,111). Sum of RGB (Red+Green+Blue) = 202+175+111=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAF6F is #355090. Grayscale: #B0B0B0. Windows color (decimal): -3494033 or 7319498. OLE color: 7319498.

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

Color convert

RGB202175111-
CMYK00.130.450.21
HSL42.2º46.19%61.37%-
HSV(B)42.2º45.05%79.22%-
XYZ42.5644.3621.36-
YUV175.7891.45146.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 111 (43.75% from 255) = 22.75%
R=41.39%
G=35.86%
B=22.75%

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
Decimal20217511100.130.450.2142.246.1961.37
HexCAAF6F0D2D152a2e3d
Octal3122571570155525525675
Binary110010101010111111011110110110110110101101010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF6F; }

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

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

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

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

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

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

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

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