Shades of Putty #C7A86C
Tints of Putty #C7A86C
RGB
CMYK
RGB Variations
Color information
#C7A86C (or 0xC7A86C) is known color: Putty. HEX triplet: C7, A8 and 6C. RGB value is (199,168,108). Sum of RGB (Red+Green+Blue) = 199+168+108=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A86C is #385793. Grayscale: #AAAAAA. Windows color (decimal): -3692436 or 7121095. OLE color: 7121095.
HSL color Cylindrical-coordinate representation of color #C7A86C: hue angle of 39.56º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7A86C is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 168 | 108 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.22 |
| HSL | 39.56º | 0.45% | 0.6% | - |
| HSV(B) | 39.56º | 0.46% | 0.78% | - |
| XYZ | 40.26 | 41.23 | 20.02 | - |
| YUV | 170.43 | 92.77 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 168 | 108 | 0 | 0.16 | 0.46 | 0.22 | 39.56 | 0.45 | 0.6 |
| Hex | C7 | A8 | 6C | 0 | 10 | 2E | 16 | 28 | 2D | 3C |
| Octal | 307 | 250 | 154 | 0 | 20 | 56 | 26 | 50 | 55 | 74 |
| Binary | 11000111 | 10101000 | 1101100 | 0 | 10000 | 101110 | 10110 | 101000 | 101101 | 111100 |
Color Harmonies of #C7A86C
Complementary color
Monochromatic Colors of #C7A86C
Black with #C7A86C
Text Example
Text Example
White with #C7A86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A86C; }
p { color: rgb(199,168,108); }
H1.HeaderClassName
{
color: #C7A86C;
}
.AnyTagClassName
{
color: #C7A86C;
}
</style>
background-color css
<style>
a { background-color: #C7A86C; }
a { background-color: rgb(199,168,108); }
div.DivClassName
{
background-color: #C7A86C;
}
.BgClassName
{
background-color: #C7A86C;
}
</style>
border-color css
<style>
span { border-color: #C7A86C; }
span { border-color: rgb(199,168,108); }
td.TdClassName
{
border-color: #C7A86C;
}
.TagClassName
{
border-color: #C7A86C;
}
</style>