#C9A56D

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

Shades of Putty #C9A56D

Tints of Putty #C9A56D

Color information

#C9A56D (or 0xC9A56D) is unknown color: approx Putty. HEX triplet: C9, A5 and 6D. RGB value is (201,165,109). Sum of RGB (Red+Green+Blue) = 201+165+109=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A56D is #365A92. Grayscale: #A9A9A9. Windows color (decimal): -3562131 or 7185865. OLE color: 7185865.

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

Color convert

RGB201165109-
CMYK00.180.460.21
HSL36.52º46%60.78%-
HSV(B)36.52º45.77%78.82%-
XYZ40.340.4320.15-
YUV169.3893.93150.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.32%
GREEN value IS 165 (64.84% from 255) = 34.74%
BLUE value IS 109 (42.97% from 255) = 22.95%
R=42.32%
G=34.74%
B=22.95%

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
Decimal20116510900.180.460.2136.524660.78
HexC9A56D0122E15252e3d
Octal3112451550225625455675
Binary1100100110100101110110101001010111010101100101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A56D; }

 p { color: rgb(201,165,109); }

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

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

 a { background-color: rgb(201,165,109); }

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

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

 span { border-color: rgb(201,165,109); }

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