#CAA66E

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

Shades of Putty #CAA66E

Tints of Putty #CAA66E

Color information

#CAA66E (or 0xCAA66E) is unknown color: approx Putty. HEX triplet: CA, A6 and 6E. RGB value is (202,166,110). Sum of RGB (Red+Green+Blue) = 202+166+110=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA66E is #355991. Grayscale: #AAAAAA. Windows color (decimal): -3496338 or 7251658. OLE color: 7251658.

HSL color Cylindrical-coordinate representation of color #CAA66E: hue angle of 36.52º degrees, saturation: 0.46, 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 #CAA66E is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB202166110-
CMYK00.180.460.21
HSL36.52º46.46%61.18%-
HSV(B)36.52º45.54%79.22%-
XYZ40.8140.9520.51-
YUV170.3893.93150.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 166 (65.23% from 255) = 34.73%
BLUE value IS 110 (43.36% from 255) = 23.01%
R=42.26%
G=34.73%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216611000.180.460.2136.5246.4661.18
HexCAA66E0122E15252e3d
Octal3122461560225625455675
Binary1100101010100110110111001001010111010101100101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA66E; }

 p { color: rgb(202,166,110); }

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

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

 a { background-color: rgb(202,166,110); }

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

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

 span { border-color: rgb(202,166,110); }

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