Shades of Putty #C8AF71
Tints of Putty #C8AF71
RGB
CMYK
RGB Variations
Color information
#C8AF71 (or 0xC8AF71) is known color: Putty. HEX triplet: C8, AF and 71. RGB value is (200,175,113). Sum of RGB (Red+Green+Blue) = 200+175+113=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF71 is #37508E. Grayscale: #AFAFAF. Windows color (decimal): -3625103 or 7450568. OLE color: 7450568.
HSL color Cylindrical-coordinate representation of color #C8AF71: hue angle of 42.76º 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 #C8AF71 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 113 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.22 |
| HSL | 42.76º | 0.44% | 0.61% | - |
| HSV(B) | 42.76º | 0.44% | 0.78% | - |
| XYZ | 42.13 | 44.13 | 21.92 | - |
| YUV | 175.41 | 92.78 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 113 | 0 | 0.12 | 0.44 | 0.22 | 42.76 | 0.44 | 0.61 |
| Hex | C8 | AF | 71 | 0 | C | 2C | 16 | 2B | 2C | 3D |
| Octal | 310 | 257 | 161 | 0 | 14 | 54 | 26 | 53 | 54 | 75 |
| Binary | 11001000 | 10101111 | 1110001 | 0 | 1100 | 101100 | 10110 | 101011 | 101100 | 111101 |
Color Harmonies of #C8AF71
Complementary color
Monochromatic Colors of #C8AF71
Black with #C8AF71
Text Example
Text Example
White with #C8AF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF71; }
p { color: rgb(200,175,113); }
H1.HeaderClassName
{
color: #C8AF71;
}
.AnyTagClassName
{
color: #C8AF71;
}
</style>
background-color css
<style>
a { background-color: #C8AF71; }
a { background-color: rgb(200,175,113); }
div.DivClassName
{
background-color: #C8AF71;
}
.BgClassName
{
background-color: #C8AF71;
}
</style>
border-color css
<style>
span { border-color: #C8AF71; }
span { border-color: rgb(200,175,113); }
td.TdClassName
{
border-color: #C8AF71;
}
.TagClassName
{
border-color: #C8AF71;
}
</style>