Shades of Putty #C9A56E
Tints of Putty #C9A56E
RGB
CMYK
RGB Variations
Color information
#C9A56E (or 0xC9A56E) is known color: Putty. HEX triplet: C9, A5 and 6E. RGB value is (201,165,110). Sum of RGB (Red+Green+Blue) = 201+165+110=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A56E is #365A91. Grayscale: #A9A9A9. Windows color (decimal): -3562130 or 7251401. OLE color: 7251401.
HSL color Cylindrical-coordinate representation of color #C9A56E: hue angle of 36.26º 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 #C9A56E is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 165 | 110 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.21 |
| HSL | 36.26º | 0.46% | 0.61% | - |
| HSV(B) | 36.26º | 0.45% | 0.79% | - |
| XYZ | 40.36 | 40.45 | 20.43 | - |
| YUV | 169.49 | 94.43 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 165 | 110 | 0 | 0.18 | 0.45 | 0.21 | 36.26 | 0.46 | 0.61 |
| Hex | C9 | A5 | 6E | 0 | 12 | 2D | 15 | 24 | 2E | 3D |
| Octal | 311 | 245 | 156 | 0 | 22 | 55 | 25 | 44 | 56 | 75 |
| Binary | 11001001 | 10100101 | 1101110 | 0 | 10010 | 101101 | 10101 | 100100 | 101110 | 111101 |
Color Harmonies of #C9A56E
Complementary color
Monochromatic Colors of #C9A56E
Black with #C9A56E
Text Example
Text Example
White with #C9A56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A56E; }
p { color: rgb(201,165,110); }
H1.HeaderClassName
{
color: #C9A56E;
}
.AnyTagClassName
{
color: #C9A56E;
}
</style>
background-color css
<style>
a { background-color: #C9A56E; }
a { background-color: rgb(201,165,110); }
div.DivClassName
{
background-color: #C9A56E;
}
.BgClassName
{
background-color: #C9A56E;
}
</style>
border-color css
<style>
span { border-color: #C9A56E; }
span { border-color: rgb(201,165,110); }
td.TdClassName
{
border-color: #C9A56E;
}
.TagClassName
{
border-color: #C9A56E;
}
</style>