Shades of Putty #C7AD6C
Tints of Putty #C7AD6C
RGB
CMYK
RGB Variations
Color information
#C7AD6C (or 0xC7AD6C) is known color: Putty. HEX triplet: C7, AD and 6C. RGB value is (199,173,108). Sum of RGB (Red+Green+Blue) = 199+173+108=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AD6C is #385293. Grayscale: #ADADAD. Windows color (decimal): -3691156 or 7122375. OLE color: 7122375.
HSL color Cylindrical-coordinate representation of color #C7AD6C: hue angle of 42.86º 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 #C7AD6C is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 108 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.22 |
| HSL | 42.86º | 0.45% | 0.6% | - |
| HSV(B) | 42.86º | 0.46% | 0.78% | - |
| XYZ | 41.2 | 43.11 | 20.34 | - |
| YUV | 173.36 | 91.11 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 108 | 0 | 0.13 | 0.46 | 0.22 | 42.86 | 0.45 | 0.6 |
| Hex | C7 | AD | 6C | 0 | D | 2E | 16 | 2B | 2D | 3C |
| Octal | 307 | 255 | 154 | 0 | 15 | 56 | 26 | 53 | 55 | 74 |
| Binary | 11000111 | 10101101 | 1101100 | 0 | 1101 | 101110 | 10110 | 101011 | 101101 | 111100 |
Color Harmonies of #C7AD6C
Complementary color
Monochromatic Colors of #C7AD6C
Black with #C7AD6C
Text Example
Text Example
White with #C7AD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD6C; }
p { color: rgb(199,173,108); }
H1.HeaderClassName
{
color: #C7AD6C;
}
.AnyTagClassName
{
color: #C7AD6C;
}
</style>
background-color css
<style>
a { background-color: #C7AD6C; }
a { background-color: rgb(199,173,108); }
div.DivClassName
{
background-color: #C7AD6C;
}
.BgClassName
{
background-color: #C7AD6C;
}
</style>
border-color css
<style>
span { border-color: #C7AD6C; }
span { border-color: rgb(199,173,108); }
td.TdClassName
{
border-color: #C7AD6C;
}
.TagClassName
{
border-color: #C7AD6C;
}
</style>