Shades of Putty #C9A56D
Tints of Putty #C9A56D
RGB
CMYK
RGB Variations
Color information
#C9A56D (or 0xC9A56D) is known color: 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
| RGB | 201 | 165 | 109 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.21 |
| HSL | 36.52º | 0.46% | 0.61% | - |
| HSV(B) | 36.52º | 0.46% | 0.79% | - |
| XYZ | 40.3 | 40.43 | 20.15 | - |
| YUV | 169.38 | 93.93 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 165 | 109 | 0 | 0.18 | 0.46 | 0.21 | 36.52 | 0.46 | 0.61 |
| Hex | C9 | A5 | 6D | 0 | 12 | 2E | 15 | 25 | 2E | 3D |
| Octal | 311 | 245 | 155 | 0 | 22 | 56 | 25 | 45 | 56 | 75 |
| Binary | 11001001 | 10100101 | 1101101 | 0 | 10010 | 101110 | 10101 | 100101 | 101110 | 111101 |
Color Harmonies of #C9A56D
Complementary color
Monochromatic Colors of #C9A56D
Black with #C9A56D
Text Example
Text Example
White with #C9A56D
Text Example
Text Example
HTML Codes & Css Web 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>