Shades of Putty #C8B171
Tints of Putty #C8B171
RGB
CMYK
RGB Variations
Color information
#C8B171 (or 0xC8B171) is known color: Putty. HEX triplet: C8, B1 and 71. RGB value is (200,177,113). Sum of RGB (Red+Green+Blue) = 200+177+113=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B171 is #374E8E. Grayscale: #B0B0B0. Windows color (decimal): -3624591 or 7451080. OLE color: 7451080.
HSL color Cylindrical-coordinate representation of color #C8B171: hue angle of 44.14º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8B171 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 177 | 113 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.22 |
| HSL | 44.14º | 0.44% | 0.61% | - |
| HSV(B) | 44.14º | 0.44% | 0.78% | - |
| XYZ | 42.52 | 44.92 | 22.05 | - |
| YUV | 176.58 | 92.12 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 113 | 0 | 0.12 | 0.44 | 0.22 | 44.14 | 0.44 | 0.61 |
| Hex | C8 | B1 | 71 | 0 | C | 2C | 16 | 2C | 2C | 3D |
| Octal | 310 | 261 | 161 | 0 | 14 | 54 | 26 | 54 | 54 | 75 |
| Binary | 11001000 | 10110001 | 1110001 | 0 | 1100 | 101100 | 10110 | 101100 | 101100 | 111101 |
Color Harmonies of #C8B171
Complementary color
Monochromatic Colors of #C8B171
Black with #C8B171
Text Example
Text Example
White with #C8B171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B171; }
p { color: rgb(200,177,113); }
H1.HeaderClassName
{
color: #C8B171;
}
.AnyTagClassName
{
color: #C8B171;
}
</style>
background-color css
<style>
a { background-color: #C8B171; }
a { background-color: rgb(200,177,113); }
div.DivClassName
{
background-color: #C8B171;
}
.BgClassName
{
background-color: #C8B171;
}
</style>
border-color css
<style>
span { border-color: #C8B171; }
span { border-color: rgb(200,177,113); }
td.TdClassName
{
border-color: #C8B171;
}
.TagClassName
{
border-color: #C8B171;
}
</style>