#CAA66C

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

Shades of Putty #CAA66C

Tints of Putty #CAA66C

Color information

#CAA66C (or 0xCAA66C) is unknown color: approx Putty. HEX triplet: CA, A6 and 6C. RGB value is (202,166,108). Sum of RGB (Red+Green+Blue) = 202+166+108=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA66C is #355993. Grayscale: #AAAAAA. Windows color (decimal): -3496340 or 7120586. OLE color: 7120586.

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

Color convert

RGB202166108-
CMYK00.180.470.21
HSL37.02º47%60.78%-
HSV(B)37.02º46.53%79.22%-
XYZ40.740.9119.94-
YUV170.1592.93150.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 166 (65.23% from 255) = 34.87%
BLUE value IS 108 (42.58% from 255) = 22.69%
R=42.44%
G=34.87%
B=22.69%

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
Decimal20216610800.180.470.2137.024760.78
HexCAA66C0122F15252f3d
Octal3122461540225725455775
Binary1100101010100110110110001001010111110101100101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA66C; }

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

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

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

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

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

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

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

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