Shades of Putty #C9B673
Tints of Putty #C9B673
RGB
CMYK
RGB Variations
Color information
#C9B673 (or 0xC9B673) is known color: Putty. HEX triplet: C9, B6 and 73. RGB value is (201,182,115). Sum of RGB (Red+Green+Blue) = 201+182+115=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B673 is #36498C. Grayscale: #B4B4B4. Windows color (decimal): -3557773 or 7583433. OLE color: 7583433.
HSL color Cylindrical-coordinate representation of color #C9B673: hue angle of 46.74º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C9B673 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 182 | 115 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.21 |
| HSL | 46.74º | 0.44% | 0.62% | - |
| HSV(B) | 46.74º | 0.43% | 0.79% | - |
| XYZ | 43.91 | 47.11 | 23 | - |
| YUV | 180.04 | 91.29 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 182 | 115 | 0 | 0.09 | 0.43 | 0.21 | 46.74 | 0.44 | 0.62 |
| Hex | C9 | B6 | 73 | 0 | 9 | 2B | 15 | 2F | 2C | 3E |
| Octal | 311 | 266 | 163 | 0 | 11 | 53 | 25 | 57 | 54 | 76 |
| Binary | 11001001 | 10110110 | 1110011 | 0 | 1001 | 101011 | 10101 | 101111 | 101100 | 111110 |
Color Harmonies of #C9B673
Complementary color
Monochromatic Colors of #C9B673
Black with #C9B673
Text Example
Text Example
White with #C9B673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B673; }
p { color: rgb(201,182,115); }
H1.HeaderClassName
{
color: #C9B673;
}
.AnyTagClassName
{
color: #C9B673;
}
</style>
background-color css
<style>
a { background-color: #C9B673; }
a { background-color: rgb(201,182,115); }
div.DivClassName
{
background-color: #C9B673;
}
.BgClassName
{
background-color: #C9B673;
}
</style>
border-color css
<style>
span { border-color: #C9B673; }
span { border-color: rgb(201,182,115); }
td.TdClassName
{
border-color: #C9B673;
}
.TagClassName
{
border-color: #C9B673;
}
</style>