#CAAA6B

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

Shades of Putty #CAAA6B

Tints of Putty #CAAA6B

Color information

#CAAA6B (or 0xCAAA6B) is unknown color: approx Putty. HEX triplet: CA, AA and 6B. RGB value is (202,170,107). Sum of RGB (Red+Green+Blue) = 202+170+107=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAA6B is #355594. Grayscale: #ACACAC. Windows color (decimal): -3495317 or 7056074. OLE color: 7056074.

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

Color convert

RGB202170107-
CMYK00.160.470.21
HSL39.79º47.26%60.59%-
HSV(B)39.79º47.03%79.22%-
XYZ41.3942.3719.91-
YUV172.3991.1149.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.17%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 107 (42.19% from 255) = 22.34%
R=42.17%
G=35.49%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217010700.160.470.2139.7947.2660.59
HexCAAA6B0102F15282f3d
Octal3122521530205725505775
Binary1100101010101010110101101000010111110101101000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA6B; }

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

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

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

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

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

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

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

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