Shades of Putty #C2AF71
Tints of Putty #C2AF71
RGB
CMYK
RGB Variations
Color information
#C2AF71 (or 0xC2AF71) is known color: Putty. HEX triplet: C2, AF and 71. RGB value is (194,175,113). Sum of RGB (Red+Green+Blue) = 194+175+113=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF71 is #3D508E. Grayscale: #ADADAD. Windows color (decimal): -4018319 or 7450562. OLE color: 7450562.
HSL color Cylindrical-coordinate representation of color #C2AF71: hue angle of 45.93º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2AF71 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 113 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.24 |
| HSL | 45.93º | 0.4% | 0.6% | - |
| HSV(B) | 45.93º | 0.42% | 0.76% | - |
| XYZ | 40.56 | 43.32 | 21.85 | - |
| YUV | 173.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 113 | 0 | 0.10 | 0.42 | 0.24 | 45.93 | 0.4 | 0.6 |
| Hex | C2 | AF | 71 | 0 | A | 2A | 18 | 2E | 28 | 3C |
| Octal | 302 | 257 | 161 | 0 | 12 | 52 | 30 | 56 | 50 | 74 |
| Binary | 11000010 | 10101111 | 1110001 | 0 | 1010 | 101010 | 11000 | 101110 | 101000 | 111100 |
Color Harmonies of #C2AF71
Complementary color
Monochromatic Colors of #C2AF71
Black with #C2AF71
Text Example
Text Example
White with #C2AF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF71; }
p { color: rgb(194,175,113); }
H1.HeaderClassName
{
color: #C2AF71;
}
.AnyTagClassName
{
color: #C2AF71;
}
</style>
background-color css
<style>
a { background-color: #C2AF71; }
a { background-color: rgb(194,175,113); }
div.DivClassName
{
background-color: #C2AF71;
}
.BgClassName
{
background-color: #C2AF71;
}
</style>
border-color css
<style>
span { border-color: #C2AF71; }
span { border-color: rgb(194,175,113); }
td.TdClassName
{
border-color: #C2AF71;
}
.TagClassName
{
border-color: #C2AF71;
}
</style>