#CAAA6D

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

Shades of Putty #CAAA6D

Tints of Putty #CAAA6D

Color information

#CAAA6D (or 0xCAAA6D) is unknown color: approx Putty. HEX triplet: CA, AA and 6D. RGB value is (202,170,109). Sum of RGB (Red+Green+Blue) = 202+170+109=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAA6D is #355592. Grayscale: #ACACAC. Windows color (decimal): -3495315 or 7187146. OLE color: 7187146.

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

Color convert

RGB202170109-
CMYK00.160.460.21
HSL39.35º46.73%60.98%-
HSV(B)39.35º46.04%79.22%-
XYZ41.4942.4120.47-
YUV172.6192.1148.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 170 (66.80% from 255) = 35.34%
BLUE value IS 109 (42.97% from 255) = 22.66%
R=42.00%
G=35.34%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217010900.160.460.2139.3546.7360.98
HexCAAA6D0102E15272f3d
Octal3122521550205625475775
Binary1100101010101010110110101000010111010101100111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA6D; }

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

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

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

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

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

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

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

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