Shades of Putty #C8A871
Tints of Putty #C8A871
RGB
CMYK
RGB Variations
Color information
#C8A871 (or 0xC8A871) is known color: Putty. HEX triplet: C8, A8 and 71. RGB value is (200,168,113). Sum of RGB (Red+Green+Blue) = 200+168+113=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A871 is #37578E. Grayscale: #ABABAB. Windows color (decimal): -3626895 or 7448776. OLE color: 7448776.
HSL color Cylindrical-coordinate representation of color #C8A871: hue angle of 37.93º 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 #C8A871 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 113 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.22 |
| HSL | 37.93º | 0.44% | 0.61% | - |
| HSV(B) | 37.93º | 0.44% | 0.78% | - |
| XYZ | 40.8 | 41.48 | 21.48 | - |
| YUV | 171.3 | 95.1 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 113 | 0 | 0.16 | 0.44 | 0.22 | 37.93 | 0.44 | 0.61 |
| Hex | C8 | A8 | 71 | 0 | 10 | 2C | 16 | 26 | 2C | 3D |
| Octal | 310 | 250 | 161 | 0 | 20 | 54 | 26 | 46 | 54 | 75 |
| Binary | 11001000 | 10101000 | 1110001 | 0 | 10000 | 101100 | 10110 | 100110 | 101100 | 111101 |
Color Harmonies of #C8A871
Complementary color
Monochromatic Colors of #C8A871
Black with #C8A871
Text Example
Text Example
White with #C8A871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A871; }
p { color: rgb(200,168,113); }
H1.HeaderClassName
{
color: #C8A871;
}
.AnyTagClassName
{
color: #C8A871;
}
</style>
background-color css
<style>
a { background-color: #C8A871; }
a { background-color: rgb(200,168,113); }
div.DivClassName
{
background-color: #C8A871;
}
.BgClassName
{
background-color: #C8A871;
}
</style>
border-color css
<style>
span { border-color: #C8A871; }
span { border-color: rgb(200,168,113); }
td.TdClassName
{
border-color: #C8A871;
}
.TagClassName
{
border-color: #C8A871;
}
</style>