Shades of Putty #C8AF76
Tints of Putty #C8AF76
RGB
CMYK
RGB Variations
Color information
#C8AF76 (or 0xC8AF76) is known color: Putty. HEX triplet: C8, AF and 76. RGB value is (200,175,118). Sum of RGB (Red+Green+Blue) = 200+175+118=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF76 is #375089. Grayscale: #B0B0B0. Windows color (decimal): -3625098 or 7778248. OLE color: 7778248.
HSL color Cylindrical-coordinate representation of color #C8AF76: hue angle of 41.71º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8AF76 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 118 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.22 |
| HSL | 41.71º | 0.43% | 0.62% | - |
| HSV(B) | 41.71º | 0.41% | 0.78% | - |
| XYZ | 42.42 | 44.25 | 23.44 | - |
| YUV | 175.98 | 95.28 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 118 | 0 | 0.12 | 0.41 | 0.22 | 41.71 | 0.43 | 0.62 |
| Hex | C8 | AF | 76 | 0 | C | 29 | 16 | 2A | 2B | 3E |
| Octal | 310 | 257 | 166 | 0 | 14 | 51 | 26 | 52 | 53 | 76 |
| Binary | 11001000 | 10101111 | 1110110 | 0 | 1100 | 101001 | 10110 | 101010 | 101011 | 111110 |
Color Harmonies of #C8AF76
Complementary color
Monochromatic Colors of #C8AF76
Black with #C8AF76
Text Example
Text Example
White with #C8AF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF76; }
p { color: rgb(200,175,118); }
H1.HeaderClassName
{
color: #C8AF76;
}
.AnyTagClassName
{
color: #C8AF76;
}
</style>
background-color css
<style>
a { background-color: #C8AF76; }
a { background-color: rgb(200,175,118); }
div.DivClassName
{
background-color: #C8AF76;
}
.BgClassName
{
background-color: #C8AF76;
}
</style>
border-color css
<style>
span { border-color: #C8AF76; }
span { border-color: rgb(200,175,118); }
td.TdClassName
{
border-color: #C8AF76;
}
.TagClassName
{
border-color: #C8AF76;
}
</style>