Shades of Putty #C5AF74
Tints of Putty #C5AF74
RGB
CMYK
RGB Variations
Color information
#C5AF74 (or 0xC5AF74) is known color: Putty. HEX triplet: C5, AF and 74. RGB value is (197,175,116). Sum of RGB (Red+Green+Blue) = 197+175+116=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF74 is #3A508B. Grayscale: #AFAFAF. Windows color (decimal): -3821708 or 7647173. OLE color: 7647173.
HSL color Cylindrical-coordinate representation of color #C5AF74: hue angle of 43.7º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5AF74 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 116 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.23 |
| HSL | 43.7º | 0.41% | 0.61% | - |
| HSV(B) | 43.7º | 0.41% | 0.77% | - |
| XYZ | 41.51 | 43.79 | 22.79 | - |
| YUV | 174.85 | 94.79 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 116 | 0 | 0.11 | 0.41 | 0.23 | 43.7 | 0.41 | 0.61 |
| Hex | C5 | AF | 74 | 0 | B | 29 | 17 | 2C | 29 | 3D |
| Octal | 305 | 257 | 164 | 0 | 13 | 51 | 27 | 54 | 51 | 75 |
| Binary | 11000101 | 10101111 | 1110100 | 0 | 1011 | 101001 | 10111 | 101100 | 101001 | 111101 |
Color Harmonies of #C5AF74
Complementary color
Monochromatic Colors of #C5AF74
Black with #C5AF74
Text Example
Text Example
White with #C5AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF74; }
p { color: rgb(197,175,116); }
H1.HeaderClassName
{
color: #C5AF74;
}
.AnyTagClassName
{
color: #C5AF74;
}
</style>
background-color css
<style>
a { background-color: #C5AF74; }
a { background-color: rgb(197,175,116); }
div.DivClassName
{
background-color: #C5AF74;
}
.BgClassName
{
background-color: #C5AF74;
}
</style>
border-color css
<style>
span { border-color: #C5AF74; }
span { border-color: rgb(197,175,116); }
td.TdClassName
{
border-color: #C5AF74;
}
.TagClassName
{
border-color: #C5AF74;
}
</style>