Shades of Putty #C7AD6F
Tints of Putty #C7AD6F
RGB
CMYK
RGB Variations
Color information
#C7AD6F (or 0xC7AD6F) is known color: Putty. HEX triplet: C7, AD and 6F. RGB value is (199,173,111). Sum of RGB (Red+Green+Blue) = 199+173+111=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AD6F is #385290. Grayscale: #ADADAD. Windows color (decimal): -3691153 or 7318983. OLE color: 7318983.
HSL color Cylindrical-coordinate representation of color #C7AD6F: hue angle of 42.27º 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 #C7AD6F is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 111 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.22 |
| HSL | 42.27º | 0.44% | 0.61% | - |
| HSV(B) | 42.27º | 0.44% | 0.78% | - |
| XYZ | 41.37 | 43.18 | 21.19 | - |
| YUV | 173.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 111 | 0 | 0.13 | 0.44 | 0.22 | 42.27 | 0.44 | 0.61 |
| Hex | C7 | AD | 6F | 0 | D | 2C | 16 | 2A | 2C | 3D |
| Octal | 307 | 255 | 157 | 0 | 15 | 54 | 26 | 52 | 54 | 75 |
| Binary | 11000111 | 10101101 | 1101111 | 0 | 1101 | 101100 | 10110 | 101010 | 101100 | 111101 |
Color Harmonies of #C7AD6F
Complementary color
Monochromatic Colors of #C7AD6F
Black with #C7AD6F
Text Example
Text Example
White with #C7AD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD6F; }
p { color: rgb(199,173,111); }
H1.HeaderClassName
{
color: #C7AD6F;
}
.AnyTagClassName
{
color: #C7AD6F;
}
</style>
background-color css
<style>
a { background-color: #C7AD6F; }
a { background-color: rgb(199,173,111); }
div.DivClassName
{
background-color: #C7AD6F;
}
.BgClassName
{
background-color: #C7AD6F;
}
</style>
border-color css
<style>
span { border-color: #C7AD6F; }
span { border-color: rgb(199,173,111); }
td.TdClassName
{
border-color: #C7AD6F;
}
.TagClassName
{
border-color: #C7AD6F;
}
</style>