Shades of Putty #C9A66B
Tints of Putty #C9A66B
RGB
CMYK
RGB Variations
Color information
#C9A66B (or 0xC9A66B) is known color: Putty. HEX triplet: C9, A6 and 6B. RGB value is (201,166,107). Sum of RGB (Red+Green+Blue) = 201+166+107=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A66B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A66B is #365994. Grayscale: #AAAAAA. Windows color (decimal): -3561877 or 7055049. OLE color: 7055049.
HSL color Cylindrical-coordinate representation of color #C9A66B: hue angle of 37.66º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9A66B is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 166 | 107 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.21 |
| HSL | 37.66º | 0.47% | 0.6% | - |
| HSV(B) | 37.66º | 0.47% | 0.79% | - |
| XYZ | 40.38 | 40.75 | 19.65 | - |
| YUV | 169.74 | 92.6 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 166 | 107 | 0 | 0.17 | 0.47 | 0.21 | 37.66 | 0.47 | 0.6 |
| Hex | C9 | A6 | 6B | 0 | 11 | 2F | 15 | 26 | 2F | 3C |
| Octal | 311 | 246 | 153 | 0 | 21 | 57 | 25 | 46 | 57 | 74 |
| Binary | 11001001 | 10100110 | 1101011 | 0 | 10001 | 101111 | 10101 | 100110 | 101111 | 111100 |
Color Harmonies of #C9A66B
Complementary color
Monochromatic Colors of #C9A66B
Black with #C9A66B
Text Example
Text Example
White with #C9A66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A66B; }
p { color: rgb(201,166,107); }
H1.HeaderClassName
{
color: #C9A66B;
}
.AnyTagClassName
{
color: #C9A66B;
}
</style>
background-color css
<style>
a { background-color: #C9A66B; }
a { background-color: rgb(201,166,107); }
div.DivClassName
{
background-color: #C9A66B;
}
.BgClassName
{
background-color: #C9A66B;
}
</style>
border-color css
<style>
span { border-color: #C9A66B; }
span { border-color: rgb(201,166,107); }
td.TdClassName
{
border-color: #C9A66B;
}
.TagClassName
{
border-color: #C9A66B;
}
</style>