Shades of Putty #C7AD73
Tints of Putty #C7AD73
RGB
CMYK
RGB Variations
Color information
#C7AD73 (or 0xC7AD73) is known color: Putty. HEX triplet: C7, AD and 73. RGB value is (199,173,115). Sum of RGB (Red+Green+Blue) = 199+173+115=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AD73 is #38528C. Grayscale: #AEAEAE. Windows color (decimal): -3691149 or 7581127. OLE color: 7581127.
HSL color Cylindrical-coordinate representation of color #C7AD73: hue angle of 41.43º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7AD73 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 115 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.22 |
| HSL | 41.43º | 0.43% | 0.62% | - |
| HSV(B) | 41.43º | 0.42% | 0.78% | - |
| XYZ | 41.59 | 43.27 | 22.38 | - |
| YUV | 174.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 115 | 0 | 0.13 | 0.42 | 0.22 | 41.43 | 0.43 | 0.62 |
| Hex | C7 | AD | 73 | 0 | D | 2A | 16 | 29 | 2B | 3E |
| Octal | 307 | 255 | 163 | 0 | 15 | 52 | 26 | 51 | 53 | 76 |
| Binary | 11000111 | 10101101 | 1110011 | 0 | 1101 | 101010 | 10110 | 101001 | 101011 | 111110 |
Color Harmonies of #C7AD73
Complementary color
Monochromatic Colors of #C7AD73
Black with #C7AD73
Text Example
Text Example
White with #C7AD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD73; }
p { color: rgb(199,173,115); }
H1.HeaderClassName
{
color: #C7AD73;
}
.AnyTagClassName
{
color: #C7AD73;
}
</style>
background-color css
<style>
a { background-color: #C7AD73; }
a { background-color: rgb(199,173,115); }
div.DivClassName
{
background-color: #C7AD73;
}
.BgClassName
{
background-color: #C7AD73;
}
</style>
border-color css
<style>
span { border-color: #C7AD73; }
span { border-color: rgb(199,173,115); }
td.TdClassName
{
border-color: #C7AD73;
}
.TagClassName
{
border-color: #C7AD73;
}
</style>