Shades of Putty #C7A874
Tints of Putty #C7A874
RGB
CMYK
RGB Variations
Color information
#C7A874 (or 0xC7A874) is known color: Putty. HEX triplet: C7, A8 and 74. RGB value is (199,168,116). Sum of RGB (Red+Green+Blue) = 199+168+116=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A874 is #38578B. Grayscale: #ABABAB. Windows color (decimal): -3692428 or 7645383. OLE color: 7645383.
HSL color Cylindrical-coordinate representation of color #C7A874: hue angle of 37.59º 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 #C7A874 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 168 | 116 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.22 |
| HSL | 37.59º | 0.43% | 0.62% | - |
| HSV(B) | 37.59º | 0.42% | 0.78% | - |
| XYZ | 40.71 | 41.41 | 22.37 | - |
| YUV | 171.34 | 96.77 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 168 | 116 | 0 | 0.16 | 0.42 | 0.22 | 37.59 | 0.43 | 0.62 |
| Hex | C7 | A8 | 74 | 0 | 10 | 2A | 16 | 26 | 2B | 3E |
| Octal | 307 | 250 | 164 | 0 | 20 | 52 | 26 | 46 | 53 | 76 |
| Binary | 11000111 | 10101000 | 1110100 | 0 | 10000 | 101010 | 10110 | 100110 | 101011 | 111110 |
Color Harmonies of #C7A874
Complementary color
Monochromatic Colors of #C7A874
Black with #C7A874
Text Example
Text Example
White with #C7A874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A874; }
p { color: rgb(199,168,116); }
H1.HeaderClassName
{
color: #C7A874;
}
.AnyTagClassName
{
color: #C7A874;
}
</style>
background-color css
<style>
a { background-color: #C7A874; }
a { background-color: rgb(199,168,116); }
div.DivClassName
{
background-color: #C7A874;
}
.BgClassName
{
background-color: #C7A874;
}
</style>
border-color css
<style>
span { border-color: #C7A874; }
span { border-color: rgb(199,168,116); }
td.TdClassName
{
border-color: #C7A874;
}
.TagClassName
{
border-color: #C7A874;
}
</style>