Shades of Putty #C2AF6E
Tints of Putty #C2AF6E
RGB
CMYK
RGB Variations
Color information
#C2AF6E (or 0xC2AF6E) is known color: Putty. HEX triplet: C2, AF and 6E. RGB value is (194,175,110). Sum of RGB (Red+Green+Blue) = 194+175+110=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF6E is #3D5091. Grayscale: #ADADAD. Windows color (decimal): -4018322 or 7253954. OLE color: 7253954.
HSL color Cylindrical-coordinate representation of color #C2AF6E: hue angle of 46.43º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2AF6E is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 110 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.24 |
| HSL | 46.43º | 0.41% | 0.6% | - |
| HSV(B) | 46.43º | 0.43% | 0.76% | - |
| XYZ | 40.39 | 43.26 | 20.97 | - |
| YUV | 173.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 110 | 0 | 0.10 | 0.43 | 0.24 | 46.43 | 0.41 | 0.6 |
| Hex | C2 | AF | 6E | 0 | A | 2B | 18 | 2E | 29 | 3C |
| Octal | 302 | 257 | 156 | 0 | 12 | 53 | 30 | 56 | 51 | 74 |
| Binary | 11000010 | 10101111 | 1101110 | 0 | 1010 | 101011 | 11000 | 101110 | 101001 | 111100 |
Color Harmonies of #C2AF6E
Complementary color
Monochromatic Colors of #C2AF6E
Black with #C2AF6E
Text Example
Text Example
White with #C2AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF6E; }
p { color: rgb(194,175,110); }
H1.HeaderClassName
{
color: #C2AF6E;
}
.AnyTagClassName
{
color: #C2AF6E;
}
</style>
background-color css
<style>
a { background-color: #C2AF6E; }
a { background-color: rgb(194,175,110); }
div.DivClassName
{
background-color: #C2AF6E;
}
.BgClassName
{
background-color: #C2AF6E;
}
</style>
border-color css
<style>
span { border-color: #C2AF6E; }
span { border-color: rgb(194,175,110); }
td.TdClassName
{
border-color: #C2AF6E;
}
.TagClassName
{
border-color: #C2AF6E;
}
</style>