Shades of Putty #C9B16D
Tints of Putty #C9B16D
RGB
CMYK
RGB Variations
Color information
#C9B16D (or 0xC9B16D) is known color: Putty. HEX triplet: C9, B1 and 6D. RGB value is (201,177,109). Sum of RGB (Red+Green+Blue) = 201+177+109=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B16D is #364E92. Grayscale: #B0B0B0. Windows color (decimal): -3559059 or 7188937. OLE color: 7188937.
HSL color Cylindrical-coordinate representation of color #C9B16D: hue angle of 44.35º 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 #C9B16D is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 177 | 109 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.21 |
| HSL | 44.35º | 0.46% | 0.61% | - |
| HSV(B) | 44.35º | 0.46% | 0.79% | - |
| XYZ | 42.57 | 44.97 | 20.9 | - |
| YUV | 176.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 177 | 109 | 0 | 0.12 | 0.46 | 0.21 | 44.35 | 0.46 | 0.61 |
| Hex | C9 | B1 | 6D | 0 | C | 2E | 15 | 2C | 2E | 3D |
| Octal | 311 | 261 | 155 | 0 | 14 | 56 | 25 | 54 | 56 | 75 |
| Binary | 11001001 | 10110001 | 1101101 | 0 | 1100 | 101110 | 10101 | 101100 | 101110 | 111101 |
Color Harmonies of #C9B16D
Complementary color
Monochromatic Colors of #C9B16D
Black with #C9B16D
Text Example
Text Example
White with #C9B16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B16D; }
p { color: rgb(201,177,109); }
H1.HeaderClassName
{
color: #C9B16D;
}
.AnyTagClassName
{
color: #C9B16D;
}
</style>
background-color css
<style>
a { background-color: #C9B16D; }
a { background-color: rgb(201,177,109); }
div.DivClassName
{
background-color: #C9B16D;
}
.BgClassName
{
background-color: #C9B16D;
}
</style>
border-color css
<style>
span { border-color: #C9B16D; }
span { border-color: rgb(201,177,109); }
td.TdClassName
{
border-color: #C9B16D;
}
.TagClassName
{
border-color: #C9B16D;
}
</style>