Shades of Putty #C7AF74
Tints of Putty #C7AF74
RGB
CMYK
RGB Variations
Color information
#C7AF74 (or 0xC7AF74) is known color: Putty. HEX triplet: C7, AF and 74. RGB value is (199,175,116). Sum of RGB (Red+Green+Blue) = 199+175+116=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AF74 is #38508B. Grayscale: #AFAFAF. Windows color (decimal): -3690636 or 7647175. OLE color: 7647175.
HSL color Cylindrical-coordinate representation of color #C7AF74: hue angle of 42.65º 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 #C7AF74 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 116 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.22 |
| HSL | 42.65º | 0.43% | 0.62% | - |
| HSV(B) | 42.65º | 0.42% | 0.78% | - |
| XYZ | 42.04 | 44.06 | 22.81 | - |
| YUV | 175.45 | 94.45 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 116 | 0 | 0.12 | 0.42 | 0.22 | 42.65 | 0.43 | 0.62 |
| Hex | C7 | AF | 74 | 0 | C | 2A | 16 | 2B | 2B | 3E |
| Octal | 307 | 257 | 164 | 0 | 14 | 52 | 26 | 53 | 53 | 76 |
| Binary | 11000111 | 10101111 | 1110100 | 0 | 1100 | 101010 | 10110 | 101011 | 101011 | 111110 |
Color Harmonies of #C7AF74
Complementary color
Monochromatic Colors of #C7AF74
Black with #C7AF74
Text Example
Text Example
White with #C7AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF74; }
p { color: rgb(199,175,116); }
H1.HeaderClassName
{
color: #C7AF74;
}
.AnyTagClassName
{
color: #C7AF74;
}
</style>
background-color css
<style>
a { background-color: #C7AF74; }
a { background-color: rgb(199,175,116); }
div.DivClassName
{
background-color: #C7AF74;
}
.BgClassName
{
background-color: #C7AF74;
}
</style>
border-color css
<style>
span { border-color: #C7AF74; }
span { border-color: rgb(199,175,116); }
td.TdClassName
{
border-color: #C7AF74;
}
.TagClassName
{
border-color: #C7AF74;
}
</style>