#CAAA6F

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

Shades of Putty #CAAA6F

Tints of Putty #CAAA6F

Color information

#CAAA6F (or 0xCAAA6F) is unknown color: approx Putty. HEX triplet: CA, AA and 6F. RGB value is (202,170,111). Sum of RGB (Red+Green+Blue) = 202+170+111=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAA6F is #355590. Grayscale: #ADADAD. Windows color (decimal): -3495313 or 7318218. OLE color: 7318218.

HSL color Cylindrical-coordinate representation of color #CAAA6F: hue angle of 38.9º 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 #CAAA6F is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB202170111-
CMYK00.160.450.21
HSL38.9º46.19%61.37%-
HSV(B)38.9º45.05%79.22%-
XYZ41.642.4521.04-
YUV172.8493.1148.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 170 (66.80% from 255) = 35.20%
BLUE value IS 111 (43.75% from 255) = 22.98%
R=41.82%
G=35.20%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217011100.160.450.2138.946.1961.37
HexCAAA6F0102D15272e3d
Octal3122521570205525475675
Binary1100101010101010110111101000010110110101100111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA6F; }

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

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

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

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

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

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

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

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