Shades of Putty #C9A46D
Tints of Putty #C9A46D
RGB
CMYK
RGB Variations
Color information
#C9A46D (or 0xC9A46D) is known color: Putty. HEX triplet: C9, A4 and 6D. RGB value is (201,164,109). Sum of RGB (Red+Green+Blue) = 201+164+109=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A46D is #365B92. Grayscale: #A9A9A9. Windows color (decimal): -3562387 or 7185609. OLE color: 7185609.
HSL color Cylindrical-coordinate representation of color #C9A46D: hue angle of 35.87º 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 #C9A46D is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 164 | 109 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.21 |
| HSL | 35.87º | 0.46% | 0.61% | - |
| HSV(B) | 35.87º | 0.46% | 0.79% | - |
| XYZ | 40.12 | 40.07 | 20.09 | - |
| YUV | 168.79 | 94.26 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 109 | 0 | 0.18 | 0.46 | 0.21 | 35.87 | 0.46 | 0.61 |
| Hex | C9 | A4 | 6D | 0 | 12 | 2E | 15 | 24 | 2E | 3D |
| Octal | 311 | 244 | 155 | 0 | 22 | 56 | 25 | 44 | 56 | 75 |
| Binary | 11001001 | 10100100 | 1101101 | 0 | 10010 | 101110 | 10101 | 100100 | 101110 | 111101 |
Color Harmonies of #C9A46D
Complementary color
Monochromatic Colors of #C9A46D
Black with #C9A46D
Text Example
Text Example
White with #C9A46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A46D; }
p { color: rgb(201,164,109); }
H1.HeaderClassName
{
color: #C9A46D;
}
.AnyTagClassName
{
color: #C9A46D;
}
</style>
background-color css
<style>
a { background-color: #C9A46D; }
a { background-color: rgb(201,164,109); }
div.DivClassName
{
background-color: #C9A46D;
}
.BgClassName
{
background-color: #C9A46D;
}
</style>
border-color css
<style>
span { border-color: #C9A46D; }
span { border-color: rgb(201,164,109); }
td.TdClassName
{
border-color: #C9A46D;
}
.TagClassName
{
border-color: #C9A46D;
}
</style>