Shades of Putty #C9B174
Tints of Putty #C9B174
RGB
CMYK
RGB Variations
Color information
#C9B174 (or 0xC9B174) is known color: Putty. HEX triplet: C9, B1 and 74. RGB value is (201,177,116). Sum of RGB (Red+Green+Blue) = 201+177+116=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B174 is #364E8B. Grayscale: #B1B1B1. Windows color (decimal): -3559052 or 7647689. OLE color: 7647689.
HSL color Cylindrical-coordinate representation of color #C9B174: hue angle of 43.06º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9B174 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 177 | 116 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.21 |
| HSL | 43.06º | 0.44% | 0.62% | - |
| HSV(B) | 43.06º | 0.42% | 0.79% | - |
| XYZ | 42.96 | 45.12 | 22.97 | - |
| YUV | 177.22 | 93.45 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 177 | 116 | 0 | 0.12 | 0.42 | 0.21 | 43.06 | 0.44 | 0.62 |
| Hex | C9 | B1 | 74 | 0 | C | 2A | 15 | 2B | 2C | 3E |
| Octal | 311 | 261 | 164 | 0 | 14 | 52 | 25 | 53 | 54 | 76 |
| Binary | 11001001 | 10110001 | 1110100 | 0 | 1100 | 101010 | 10101 | 101011 | 101100 | 111110 |
Color Harmonies of #C9B174
Complementary color
Monochromatic Colors of #C9B174
Black with #C9B174
Text Example
Text Example
White with #C9B174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B174; }
p { color: rgb(201,177,116); }
H1.HeaderClassName
{
color: #C9B174;
}
.AnyTagClassName
{
color: #C9B174;
}
</style>
background-color css
<style>
a { background-color: #C9B174; }
a { background-color: rgb(201,177,116); }
div.DivClassName
{
background-color: #C9B174;
}
.BgClassName
{
background-color: #C9B174;
}
</style>
border-color css
<style>
span { border-color: #C9B174; }
span { border-color: rgb(201,177,116); }
td.TdClassName
{
border-color: #C9B174;
}
.TagClassName
{
border-color: #C9B174;
}
</style>