Shades of Putty #C9B36B
Tints of Putty #C9B36B
RGB
CMYK
RGB Variations
Color information
#C9B36B (or 0xC9B36B) is known color: Putty. HEX triplet: C9, B3 and 6B. RGB value is (201,179,107). Sum of RGB (Red+Green+Blue) = 201+179+107=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B36B is #364C94. Grayscale: #B1B1B1. Windows color (decimal): -3558549 or 7058377. OLE color: 7058377.
HSL color Cylindrical-coordinate representation of color #C9B36B: hue angle of 45.96º 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 #C9B36B is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 179 | 107 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.21 |
| HSL | 45.96º | 0.47% | 0.6% | - |
| HSV(B) | 45.96º | 0.47% | 0.79% | - |
| XYZ | 42.86 | 45.72 | 20.48 | - |
| YUV | 177.37 | 88.29 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 179 | 107 | 0 | 0.11 | 0.47 | 0.21 | 45.96 | 0.47 | 0.6 |
| Hex | C9 | B3 | 6B | 0 | B | 2F | 15 | 2E | 2F | 3C |
| Octal | 311 | 263 | 153 | 0 | 13 | 57 | 25 | 56 | 57 | 74 |
| Binary | 11001001 | 10110011 | 1101011 | 0 | 1011 | 101111 | 10101 | 101110 | 101111 | 111100 |
Color Harmonies of #C9B36B
Complementary color
Monochromatic Colors of #C9B36B
Black with #C9B36B
Text Example
Text Example
White with #C9B36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B36B; }
p { color: rgb(201,179,107); }
H1.HeaderClassName
{
color: #C9B36B;
}
.AnyTagClassName
{
color: #C9B36B;
}
</style>
background-color css
<style>
a { background-color: #C9B36B; }
a { background-color: rgb(201,179,107); }
div.DivClassName
{
background-color: #C9B36B;
}
.BgClassName
{
background-color: #C9B36B;
}
</style>
border-color css
<style>
span { border-color: #C9B36B; }
span { border-color: rgb(201,179,107); }
td.TdClassName
{
border-color: #C9B36B;
}
.TagClassName
{
border-color: #C9B36B;
}
</style>