Shades of Putty #C9B76D
Tints of Putty #C9B76D
RGB
CMYK
RGB Variations
Color information
#C9B76D (or 0xC9B76D) is known color: Putty. HEX triplet: C9, B7 and 6D. RGB value is (201,183,109). Sum of RGB (Red+Green+Blue) = 201+183+109=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B76D is #364892. Grayscale: #B4B4B4. Windows color (decimal): -3557523 or 7190473. OLE color: 7190473.
HSL color Cylindrical-coordinate representation of color #C9B76D: hue angle of 48.26º 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 #C9B76D is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 183 | 109 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.21 |
| HSL | 48.26º | 0.46% | 0.61% | - |
| HSV(B) | 48.26º | 0.46% | 0.79% | - |
| XYZ | 43.78 | 47.39 | 21.31 | - |
| YUV | 179.95 | 87.96 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 183 | 109 | 0 | 0.09 | 0.46 | 0.21 | 48.26 | 0.46 | 0.61 |
| Hex | C9 | B7 | 6D | 0 | 9 | 2E | 15 | 30 | 2E | 3D |
| Octal | 311 | 267 | 155 | 0 | 11 | 56 | 25 | 60 | 56 | 75 |
| Binary | 11001001 | 10110111 | 1101101 | 0 | 1001 | 101110 | 10101 | 110000 | 101110 | 111101 |
Color Harmonies of #C9B76D
Complementary color
Monochromatic Colors of #C9B76D
Black with #C9B76D
Text Example
Text Example
White with #C9B76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B76D; }
p { color: rgb(201,183,109); }
H1.HeaderClassName
{
color: #C9B76D;
}
.AnyTagClassName
{
color: #C9B76D;
}
</style>
background-color css
<style>
a { background-color: #C9B76D; }
a { background-color: rgb(201,183,109); }
div.DivClassName
{
background-color: #C9B76D;
}
.BgClassName
{
background-color: #C9B76D;
}
</style>
border-color css
<style>
span { border-color: #C9B76D; }
span { border-color: rgb(201,183,109); }
td.TdClassName
{
border-color: #C9B76D;
}
.TagClassName
{
border-color: #C9B76D;
}
</style>