Shades of Putty #C9A469
Tints of Putty #C9A469
RGB
CMYK
RGB Variations
Color information
#C9A469 (or 0xC9A469) is known color: Putty. HEX triplet: C9, A4 and 69. RGB value is (201,164,105). Sum of RGB (Red+Green+Blue) = 201+164+105=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A469 is #365B96. Grayscale: #A8A8A8. Windows color (decimal): -3562391 or 6923465. OLE color: 6923465.
HSL color Cylindrical-coordinate representation of color #C9A469: hue angle of 36.88º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C9A469 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 164 | 105 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.21 |
| HSL | 36.88º | 0.47% | 0.6% | - |
| HSV(B) | 36.88º | 0.48% | 0.79% | - |
| XYZ | 39.91 | 39.99 | 18.98 | - |
| YUV | 168.34 | 92.26 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 105 | 0 | 0.18 | 0.48 | 0.21 | 36.88 | 0.47 | 0.6 |
| Hex | C9 | A4 | 69 | 0 | 12 | 30 | 15 | 25 | 2F | 3C |
| Octal | 311 | 244 | 151 | 0 | 22 | 60 | 25 | 45 | 57 | 74 |
| Binary | 11001001 | 10100100 | 1101001 | 0 | 10010 | 110000 | 10101 | 100101 | 101111 | 111100 |
Color Harmonies of #C9A469
Complementary color
Monochromatic Colors of #C9A469
Black with #C9A469
Text Example
Text Example
White with #C9A469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A469; }
p { color: rgb(201,164,105); }
H1.HeaderClassName
{
color: #C9A469;
}
.AnyTagClassName
{
color: #C9A469;
}
</style>
background-color css
<style>
a { background-color: #C9A469; }
a { background-color: rgb(201,164,105); }
div.DivClassName
{
background-color: #C9A469;
}
.BgClassName
{
background-color: #C9A469;
}
</style>
border-color css
<style>
span { border-color: #C9A469; }
span { border-color: rgb(201,164,105); }
td.TdClassName
{
border-color: #C9A469;
}
.TagClassName
{
border-color: #C9A469;
}
</style>