Shades of Putty #C9B36D
Tints of Putty #C9B36D
RGB
CMYK
RGB Variations
Color information
#C9B36D (or 0xC9B36D) is known color: Putty. HEX triplet: C9, B3 and 6D. RGB value is (201,179,109). Sum of RGB (Red+Green+Blue) = 201+179+109=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B36D is #364C92. Grayscale: #B1B1B1. Windows color (decimal): -3558547 or 7189449. OLE color: 7189449.
HSL color Cylindrical-coordinate representation of color #C9B36D: hue angle of 45.65º 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 #C9B36D is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 179 | 109 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.21 |
| HSL | 45.65º | 0.46% | 0.61% | - |
| HSV(B) | 45.65º | 0.46% | 0.79% | - |
| XYZ | 42.97 | 45.76 | 21.04 | - |
| YUV | 177.6 | 89.29 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 179 | 109 | 0 | 0.11 | 0.46 | 0.21 | 45.65 | 0.46 | 0.61 |
| Hex | C9 | B3 | 6D | 0 | B | 2E | 15 | 2E | 2E | 3D |
| Octal | 311 | 263 | 155 | 0 | 13 | 56 | 25 | 56 | 56 | 75 |
| Binary | 11001001 | 10110011 | 1101101 | 0 | 1011 | 101110 | 10101 | 101110 | 101110 | 111101 |
Color Harmonies of #C9B36D
Complementary color
Monochromatic Colors of #C9B36D
Black with #C9B36D
Text Example
Text Example
White with #C9B36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B36D; }
p { color: rgb(201,179,109); }
H1.HeaderClassName
{
color: #C9B36D;
}
.AnyTagClassName
{
color: #C9B36D;
}
</style>
background-color css
<style>
a { background-color: #C9B36D; }
a { background-color: rgb(201,179,109); }
div.DivClassName
{
background-color: #C9B36D;
}
.BgClassName
{
background-color: #C9B36D;
}
</style>
border-color css
<style>
span { border-color: #C9B36D; }
span { border-color: rgb(201,179,109); }
td.TdClassName
{
border-color: #C9B36D;
}
.TagClassName
{
border-color: #C9B36D;
}
</style>