#C9AA6E

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

Shades of Putty #C9AA6E

Tints of Putty #C9AA6E

Color information

#C9AA6E (or 0xC9AA6E) is unknown color: approx Putty. HEX triplet: C9, AA and 6E. RGB value is (201,170,110). Sum of RGB (Red+Green+Blue) = 201+170+110=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AA6E is #365591. Grayscale: #ACACAC. Windows color (decimal): -3560850 or 7252681. OLE color: 7252681.

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

Color convert

RGB201170110-
CMYK00.150.450.21
HSL39.56º45.73%60.98%-
HSV(B)39.56º45.27%78.82%-
XYZ41.2842.2920.74-
YUV172.4392.77148.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.79%
GREEN value IS 170 (66.80% from 255) = 35.34%
BLUE value IS 110 (43.36% from 255) = 22.87%
R=41.79%
G=35.34%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117011000.150.450.2139.5645.7360.98
HexC9AA6E0F2D15282e3d
Octal3112521560175525505675
Binary110010011010101011011100111110110110101101000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AA6E; }

 p { color: rgb(201,170,110); }

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

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

 a { background-color: rgb(201,170,110); }

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

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

 span { border-color: rgb(201,170,110); }

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