#CAA66B

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

Shades of Putty #CAA66B

Tints of Putty #CAA66B

Color information

#CAA66B (or 0xCAA66B) is unknown color: approx Putty. HEX triplet: CA, A6 and 6B. RGB value is (202,166,107). Sum of RGB (Red+Green+Blue) = 202+166+107=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA66B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA66B is #355994. Grayscale: #AAAAAA. Windows color (decimal): -3496341 or 7055050. OLE color: 7055050.

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

Color convert

RGB202166107-
CMYK00.180.470.21
HSL37.26º47.26%60.59%-
HSV(B)37.26º47.03%79.22%-
XYZ40.6540.8919.66-
YUV170.0492.43150.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 107 (42.19% from 255) = 22.53%
R=42.53%
G=34.95%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216610700.180.470.2137.2647.2660.59
HexCAA66B0122F15252f3d
Octal3122461530225725455775
Binary1100101010100110110101101001010111110101100101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA66B; }

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

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

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

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

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

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

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

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