Shades of Putty #C8A771
Tints of Putty #C8A771
RGB
CMYK
RGB Variations
Color information
#C8A771 (or 0xC8A771) is known color: Putty. HEX triplet: C8, A7 and 71. RGB value is (200,167,113). Sum of RGB (Red+Green+Blue) = 200+167+113=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A771 is #37588E. Grayscale: #AAAAAA. Windows color (decimal): -3627151 or 7448520. OLE color: 7448520.
HSL color Cylindrical-coordinate representation of color #C8A771: hue angle of 37.24º 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 #C8A771 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 113 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.22 |
| HSL | 37.24º | 0.44% | 0.61% | - |
| HSV(B) | 37.24º | 0.44% | 0.78% | - |
| XYZ | 40.62 | 41.11 | 21.42 | - |
| YUV | 170.71 | 95.43 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 113 | 0 | 0.16 | 0.44 | 0.22 | 37.24 | 0.44 | 0.61 |
| Hex | C8 | A7 | 71 | 0 | 10 | 2C | 16 | 25 | 2C | 3D |
| Octal | 310 | 247 | 161 | 0 | 20 | 54 | 26 | 45 | 54 | 75 |
| Binary | 11001000 | 10100111 | 1110001 | 0 | 10000 | 101100 | 10110 | 100101 | 101100 | 111101 |
Color Harmonies of #C8A771
Complementary color
Monochromatic Colors of #C8A771
Black with #C8A771
Text Example
Text Example
White with #C8A771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A771; }
p { color: rgb(200,167,113); }
H1.HeaderClassName
{
color: #C8A771;
}
.AnyTagClassName
{
color: #C8A771;
}
</style>
background-color css
<style>
a { background-color: #C8A771; }
a { background-color: rgb(200,167,113); }
div.DivClassName
{
background-color: #C8A771;
}
.BgClassName
{
background-color: #C8A771;
}
</style>
border-color css
<style>
span { border-color: #C8A771; }
span { border-color: rgb(200,167,113); }
td.TdClassName
{
border-color: #C8A771;
}
.TagClassName
{
border-color: #C8A771;
}
</style>