Shades of Putty #C2AF70
Tints of Putty #C2AF70
RGB
CMYK
RGB Variations
Color information
#C2AF70 (or 0xC2AF70) is known color: Putty. HEX triplet: C2, AF and 70. RGB value is (194,175,112). Sum of RGB (Red+Green+Blue) = 194+175+112=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF70 is #3D508F. Grayscale: #ADADAD. Windows color (decimal): -4018320 or 7385026. OLE color: 7385026.
HSL color Cylindrical-coordinate representation of color #C2AF70: hue angle of 46.1º 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 #C2AF70 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 112 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.24 |
| HSL | 46.1º | 0.4% | 0.6% | - |
| HSV(B) | 46.1º | 0.42% | 0.76% | - |
| XYZ | 40.5 | 43.3 | 21.55 | - |
| YUV | 173.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 112 | 0 | 0.10 | 0.42 | 0.24 | 46.1 | 0.4 | 0.6 |
| Hex | C2 | AF | 70 | 0 | A | 2A | 18 | 2E | 28 | 3C |
| Octal | 302 | 257 | 160 | 0 | 12 | 52 | 30 | 56 | 50 | 74 |
| Binary | 11000010 | 10101111 | 1110000 | 0 | 1010 | 101010 | 11000 | 101110 | 101000 | 111100 |
Color Harmonies of #C2AF70
Complementary color
Monochromatic Colors of #C2AF70
Black with #C2AF70
Text Example
Text Example
White with #C2AF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF70; }
p { color: rgb(194,175,112); }
H1.HeaderClassName
{
color: #C2AF70;
}
.AnyTagClassName
{
color: #C2AF70;
}
</style>
background-color css
<style>
a { background-color: #C2AF70; }
a { background-color: rgb(194,175,112); }
div.DivClassName
{
background-color: #C2AF70;
}
.BgClassName
{
background-color: #C2AF70;
}
</style>
border-color css
<style>
span { border-color: #C2AF70; }
span { border-color: rgb(194,175,112); }
td.TdClassName
{
border-color: #C2AF70;
}
.TagClassName
{
border-color: #C2AF70;
}
</style>