Shades of Putty #C5AF72
Tints of Putty #C5AF72
RGB
CMYK
RGB Variations
Color information
#C5AF72 (or 0xC5AF72) is known color: Putty. HEX triplet: C5, AF and 72. RGB value is (197,175,114). Sum of RGB (Red+Green+Blue) = 197+175+114=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF72 is #3A508D. Grayscale: #AEAEAE. Windows color (decimal): -3821710 or 7516101. OLE color: 7516101.
HSL color Cylindrical-coordinate representation of color #C5AF72: hue angle of 44.1º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5AF72 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 114 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.23 |
| HSL | 44.1º | 0.42% | 0.61% | - |
| HSV(B) | 44.1º | 0.42% | 0.77% | - |
| XYZ | 41.39 | 43.75 | 22.18 | - |
| YUV | 174.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 114 | 0 | 0.11 | 0.42 | 0.23 | 44.1 | 0.42 | 0.61 |
| Hex | C5 | AF | 72 | 0 | B | 2A | 17 | 2C | 2A | 3D |
| Octal | 305 | 257 | 162 | 0 | 13 | 52 | 27 | 54 | 52 | 75 |
| Binary | 11000101 | 10101111 | 1110010 | 0 | 1011 | 101010 | 10111 | 101100 | 101010 | 111101 |
Color Harmonies of #C5AF72
Complementary color
Monochromatic Colors of #C5AF72
Black with #C5AF72
Text Example
Text Example
White with #C5AF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF72; }
p { color: rgb(197,175,114); }
H1.HeaderClassName
{
color: #C5AF72;
}
.AnyTagClassName
{
color: #C5AF72;
}
</style>
background-color css
<style>
a { background-color: #C5AF72; }
a { background-color: rgb(197,175,114); }
div.DivClassName
{
background-color: #C5AF72;
}
.BgClassName
{
background-color: #C5AF72;
}
</style>
border-color css
<style>
span { border-color: #C5AF72; }
span { border-color: rgb(197,175,114); }
td.TdClassName
{
border-color: #C5AF72;
}
.TagClassName
{
border-color: #C5AF72;
}
</style>