#C9A46E

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

Shades of Putty #C9A46E

Tints of Putty #C9A46E

Color information

#C9A46E (or 0xC9A46E) is unknown color: approx Putty. HEX triplet: C9, A4 and 6E. RGB value is (201,164,110). Sum of RGB (Red+Green+Blue) = 201+164+110=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A46E is #365B91. Grayscale: #A9A9A9. Windows color (decimal): -3562386 or 7251145. OLE color: 7251145.

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

Color convert

RGB201164110-
CMYK00.180.450.21
HSL35.6º45.73%60.98%-
HSV(B)35.6º45.27%78.82%-
XYZ40.1840.0920.37-
YUV168.9194.76150.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.32%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 110 (43.36% from 255) = 23.16%
R=42.32%
G=34.53%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116411000.180.450.2135.645.7360.98
HexC9A46E0122D15242e3d
Octal3112441560225525445675
Binary1100100110100100110111001001010110110101100100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A46E; }

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

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

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

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

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

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

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

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