Shades of Putty #C6AF72
Tints of Putty #C6AF72
RGB
CMYK
RGB Variations
Color information
#C6AF72 (or 0xC6AF72) is known color: Putty. HEX triplet: C6, AF and 72. RGB value is (198,175,114). Sum of RGB (Red+Green+Blue) = 198+175+114=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AF72 is #39508D. Grayscale: #AFAFAF. Windows color (decimal): -3756174 or 7516102. OLE color: 7516102.
HSL color Cylindrical-coordinate representation of color #C6AF72: hue angle of 43.57º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C6AF72 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 114 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.22 |
| HSL | 43.57º | 0.42% | 0.61% | - |
| HSV(B) | 43.57º | 0.42% | 0.78% | - |
| XYZ | 41.66 | 43.88 | 22.19 | - |
| YUV | 174.92 | 93.62 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 114 | 0 | 0.12 | 0.42 | 0.22 | 43.57 | 0.42 | 0.61 |
| Hex | C6 | AF | 72 | 0 | C | 2A | 16 | 2C | 2A | 3D |
| Octal | 306 | 257 | 162 | 0 | 14 | 52 | 26 | 54 | 52 | 75 |
| Binary | 11000110 | 10101111 | 1110010 | 0 | 1100 | 101010 | 10110 | 101100 | 101010 | 111101 |
Color Harmonies of #C6AF72
Complementary color
Monochromatic Colors of #C6AF72
Black with #C6AF72
Text Example
Text Example
White with #C6AF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF72; }
p { color: rgb(198,175,114); }
H1.HeaderClassName
{
color: #C6AF72;
}
.AnyTagClassName
{
color: #C6AF72;
}
</style>
background-color css
<style>
a { background-color: #C6AF72; }
a { background-color: rgb(198,175,114); }
div.DivClassName
{
background-color: #C6AF72;
}
.BgClassName
{
background-color: #C6AF72;
}
</style>
border-color css
<style>
span { border-color: #C6AF72; }
span { border-color: rgb(198,175,114); }
td.TdClassName
{
border-color: #C6AF72;
}
.TagClassName
{
border-color: #C6AF72;
}
</style>