Shades of Putty #C8A571
Tints of Putty #C8A571
RGB
CMYK
RGB Variations
Color information
#C8A571 (or 0xC8A571) is known color: Putty. HEX triplet: C8, A5 and 71. RGB value is (200,165,113). Sum of RGB (Red+Green+Blue) = 200+165+113=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A571 is #375A8E. Grayscale: #A9A9A9. Windows color (decimal): -3627663 or 7448008. OLE color: 7448008.
HSL color Cylindrical-coordinate representation of color #C8A571: hue angle of 35.86º 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 #C8A571 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 165 | 113 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.22 |
| HSL | 35.86º | 0.44% | 0.61% | - |
| HSV(B) | 35.86º | 0.44% | 0.78% | - |
| XYZ | 40.26 | 40.38 | 21.3 | - |
| YUV | 169.54 | 96.1 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 113 | 0 | 0.18 | 0.44 | 0.22 | 35.86 | 0.44 | 0.61 |
| Hex | C8 | A5 | 71 | 0 | 12 | 2C | 16 | 24 | 2C | 3D |
| Octal | 310 | 245 | 161 | 0 | 22 | 54 | 26 | 44 | 54 | 75 |
| Binary | 11001000 | 10100101 | 1110001 | 0 | 10010 | 101100 | 10110 | 100100 | 101100 | 111101 |
Color Harmonies of #C8A571
Complementary color
Monochromatic Colors of #C8A571
Black with #C8A571
Text Example
Text Example
White with #C8A571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A571; }
p { color: rgb(200,165,113); }
H1.HeaderClassName
{
color: #C8A571;
}
.AnyTagClassName
{
color: #C8A571;
}
</style>
background-color css
<style>
a { background-color: #C8A571; }
a { background-color: rgb(200,165,113); }
div.DivClassName
{
background-color: #C8A571;
}
.BgClassName
{
background-color: #C8A571;
}
</style>
border-color css
<style>
span { border-color: #C8A571; }
span { border-color: rgb(200,165,113); }
td.TdClassName
{
border-color: #C8A571;
}
.TagClassName
{
border-color: #C8A571;
}
</style>