Shades of Putty #C2AD6E
Tints of Putty #C2AD6E
RGB
CMYK
RGB Variations
Color information
#C2AD6E (or 0xC2AD6E) is known color: Putty. HEX triplet: C2, AD and 6E. RGB value is (194,173,110). Sum of RGB (Red+Green+Blue) = 194+173+110=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD6E is #3D5291. Grayscale: #ACACAC. Windows color (decimal): -4018834 or 7253442. OLE color: 7253442.
HSL color Cylindrical-coordinate representation of color #C2AD6E: hue angle of 45º 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 #C2AD6E is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 110 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.24 |
| HSL | 45º | 0.41% | 0.6% | - |
| HSV(B) | 45º | 0.43% | 0.76% | - |
| XYZ | 40.01 | 42.48 | 20.84 | - |
| YUV | 172.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 110 | 0 | 0.11 | 0.43 | 0.24 | 45 | 0.41 | 0.6 |
| Hex | C2 | AD | 6E | 0 | B | 2B | 18 | 2D | 29 | 3C |
| Octal | 302 | 255 | 156 | 0 | 13 | 53 | 30 | 55 | 51 | 74 |
| Binary | 11000010 | 10101101 | 1101110 | 0 | 1011 | 101011 | 11000 | 101101 | 101001 | 111100 |
Color Harmonies of #C2AD6E
Complementary color
Monochromatic Colors of #C2AD6E
Black with #C2AD6E
Text Example
Text Example
White with #C2AD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD6E; }
p { color: rgb(194,173,110); }
H1.HeaderClassName
{
color: #C2AD6E;
}
.AnyTagClassName
{
color: #C2AD6E;
}
</style>
background-color css
<style>
a { background-color: #C2AD6E; }
a { background-color: rgb(194,173,110); }
div.DivClassName
{
background-color: #C2AD6E;
}
.BgClassName
{
background-color: #C2AD6E;
}
</style>
border-color css
<style>
span { border-color: #C2AD6E; }
span { border-color: rgb(194,173,110); }
td.TdClassName
{
border-color: #C2AD6E;
}
.TagClassName
{
border-color: #C2AD6E;
}
</style>