#CAA66D

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

Shades of Putty #CAA66D

Tints of Putty #CAA66D

Color information

#CAA66D (or 0xCAA66D) is unknown color: approx Putty. HEX triplet: CA, A6 and 6D. RGB value is (202,166,109). Sum of RGB (Red+Green+Blue) = 202+166+109=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA66D is #355992. Grayscale: #AAAAAA. Windows color (decimal): -3496339 or 7186122. OLE color: 7186122.

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

Color convert

RGB202166109-
CMYK00.180.460.21
HSL36.77º46.73%60.98%-
HSV(B)36.77º46.04%79.22%-
XYZ40.7540.9320.22-
YUV170.2793.43150.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 166 (65.23% from 255) = 34.80%
BLUE value IS 109 (42.97% from 255) = 22.85%
R=42.35%
G=34.80%
B=22.85%

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
Decimal20216610900.180.460.2136.7746.7360.98
HexCAA66D0122E15252f3d
Octal3122461550225625455775
Binary1100101010100110110110101001010111010101100101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA66D; }

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

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

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

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

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

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

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

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