Shades of Putty #C7AD76
Tints of Putty #C7AD76
RGB
CMYK
RGB Variations
Color information
#C7AD76 (or 0xC7AD76) is known color: Putty. HEX triplet: C7, AD and 76. RGB value is (199,173,118). Sum of RGB (Red+Green+Blue) = 199+173+118=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AD76 is #385289. Grayscale: #AEAEAE. Windows color (decimal): -3691146 or 7777735. OLE color: 7777735.
HSL color Cylindrical-coordinate representation of color #C7AD76: hue angle of 40.74º degrees, saturation: 0.42, 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 #C7AD76 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 118 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.22 |
| HSL | 40.74º | 0.42% | 0.62% | - |
| HSV(B) | 40.74º | 0.41% | 0.78% | - |
| XYZ | 41.77 | 43.34 | 23.3 | - |
| YUV | 174.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 118 | 0 | 0.13 | 0.41 | 0.22 | 40.74 | 0.42 | 0.62 |
| Hex | C7 | AD | 76 | 0 | D | 29 | 16 | 29 | 2A | 3E |
| Octal | 307 | 255 | 166 | 0 | 15 | 51 | 26 | 51 | 52 | 76 |
| Binary | 11000111 | 10101101 | 1110110 | 0 | 1101 | 101001 | 10110 | 101001 | 101010 | 111110 |
Color Harmonies of #C7AD76
Complementary color
Monochromatic Colors of #C7AD76
Black with #C7AD76
Text Example
Text Example
White with #C7AD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD76; }
p { color: rgb(199,173,118); }
H1.HeaderClassName
{
color: #C7AD76;
}
.AnyTagClassName
{
color: #C7AD76;
}
</style>
background-color css
<style>
a { background-color: #C7AD76; }
a { background-color: rgb(199,173,118); }
div.DivClassName
{
background-color: #C7AD76;
}
.BgClassName
{
background-color: #C7AD76;
}
</style>
border-color css
<style>
span { border-color: #C7AD76; }
span { border-color: rgb(199,173,118); }
td.TdClassName
{
border-color: #C7AD76;
}
.TagClassName
{
border-color: #C7AD76;
}
</style>