Shades of Putty #C9A46F
Tints of Putty #C9A46F
RGB
CMYK
RGB Variations
Color information
#C9A46F (or 0xC9A46F) is known color: Putty. HEX triplet: C9, A4 and 6F. RGB value is (201,164,111). Sum of RGB (Red+Green+Blue) = 201+164+111=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A46F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A46F is #365B90. Grayscale: #A9A9A9. Windows color (decimal): -3562385 or 7316681. OLE color: 7316681.
HSL color Cylindrical-coordinate representation of color #C9A46F: hue angle of 35.33º degrees, saturation: 0.45, 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 #C9A46F is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 164 | 111 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.21 |
| HSL | 35.33º | 0.45% | 0.61% | - |
| HSV(B) | 35.33º | 0.45% | 0.79% | - |
| XYZ | 40.23 | 40.12 | 20.66 | - |
| YUV | 169.02 | 95.26 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 111 | 0 | 0.18 | 0.45 | 0.21 | 35.33 | 0.45 | 0.61 |
| Hex | C9 | A4 | 6F | 0 | 12 | 2D | 15 | 23 | 2D | 3D |
| Octal | 311 | 244 | 157 | 0 | 22 | 55 | 25 | 43 | 55 | 75 |
| Binary | 11001001 | 10100100 | 1101111 | 0 | 10010 | 101101 | 10101 | 100011 | 101101 | 111101 |
Color Harmonies of #C9A46F
Complementary color
Monochromatic Colors of #C9A46F
Black with #C9A46F
Text Example
Text Example
White with #C9A46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A46F; }
p { color: rgb(201,164,111); }
H1.HeaderClassName
{
color: #C9A46F;
}
.AnyTagClassName
{
color: #C9A46F;
}
</style>
background-color css
<style>
a { background-color: #C9A46F; }
a { background-color: rgb(201,164,111); }
div.DivClassName
{
background-color: #C9A46F;
}
.BgClassName
{
background-color: #C9A46F;
}
</style>
border-color css
<style>
span { border-color: #C9A46F; }
span { border-color: rgb(201,164,111); }
td.TdClassName
{
border-color: #C9A46F;
}
.TagClassName
{
border-color: #C9A46F;
}
</style>