Shades of Putty #C1AF71
Tints of Putty #C1AF71
RGB
CMYK
RGB Variations
Color information
#C1AF71 (or 0xC1AF71) is known color: Putty. HEX triplet: C1, AF and 71. RGB value is (193,175,113). Sum of RGB (Red+Green+Blue) = 193+175+113=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF71 is #3E508E. Grayscale: #ADADAD. Windows color (decimal): -4083855 or 7450561. OLE color: 7450561.
HSL color Cylindrical-coordinate representation of color #C1AF71: hue angle of 46.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1AF71 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 113 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.24 |
| HSL | 46.5º | 0.39% | 0.6% | - |
| HSV(B) | 46.5º | 0.41% | 0.76% | - |
| XYZ | 40.3 | 43.19 | 21.84 | - |
| YUV | 173.31 | 93.96 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 113 | 0 | 0.09 | 0.41 | 0.24 | 46.5 | 0.39 | 0.6 |
| Hex | C1 | AF | 71 | 0 | 9 | 29 | 18 | 2E | 27 | 3C |
| Octal | 301 | 257 | 161 | 0 | 11 | 51 | 30 | 56 | 47 | 74 |
| Binary | 11000001 | 10101111 | 1110001 | 0 | 1001 | 101001 | 11000 | 101110 | 100111 | 111100 |
Color Harmonies of #C1AF71
Complementary color
Monochromatic Colors of #C1AF71
Black with #C1AF71
Text Example
Text Example
White with #C1AF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AF71; }
p { color: rgb(193,175,113); }
H1.HeaderClassName
{
color: #C1AF71;
}
.AnyTagClassName
{
color: #C1AF71;
}
</style>
background-color css
<style>
a { background-color: #C1AF71; }
a { background-color: rgb(193,175,113); }
div.DivClassName
{
background-color: #C1AF71;
}
.BgClassName
{
background-color: #C1AF71;
}
</style>
border-color css
<style>
span { border-color: #C1AF71; }
span { border-color: rgb(193,175,113); }
td.TdClassName
{
border-color: #C1AF71;
}
.TagClassName
{
border-color: #C1AF71;
}
</style>