Shades of Putty #C2A679
Tints of Putty #C2A679
RGB
CMYK
RGB Variations
Color information
#C2A679 (or 0xC2A679) is known color: Putty. HEX triplet: C2, A6 and 79. RGB value is (194,166,121). Sum of RGB (Red+Green+Blue) = 194+166+121=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A679 is #3D5986. Grayscale: #A9A9A9. Windows color (decimal): -4020615 or 7972546. OLE color: 7972546.
HSL color Cylindrical-coordinate representation of color #C2A679: hue angle of 36.99º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2A679 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 121 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.24 |
| HSL | 36.99º | 0.37% | 0.62% | - |
| HSV(B) | 36.99º | 0.38% | 0.76% | - |
| XYZ | 39.34 | 40.12 | 23.76 | - |
| YUV | 169.24 | 100.78 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 121 | 0 | 0.14 | 0.38 | 0.24 | 36.99 | 0.37 | 0.62 |
| Hex | C2 | A6 | 79 | 0 | E | 26 | 18 | 25 | 25 | 3E |
| Octal | 302 | 246 | 171 | 0 | 16 | 46 | 30 | 45 | 45 | 76 |
| Binary | 11000010 | 10100110 | 1111001 | 0 | 1110 | 100110 | 11000 | 100101 | 100101 | 111110 |
Color Harmonies of #C2A679
Complementary color
Monochromatic Colors of #C2A679
Black with #C2A679
Text Example
Text Example
White with #C2A679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A679; }
p { color: rgb(194,166,121); }
H1.HeaderClassName
{
color: #C2A679;
}
.AnyTagClassName
{
color: #C2A679;
}
</style>
background-color css
<style>
a { background-color: #C2A679; }
a { background-color: rgb(194,166,121); }
div.DivClassName
{
background-color: #C2A679;
}
.BgClassName
{
background-color: #C2A679;
}
</style>
border-color css
<style>
span { border-color: #C2A679; }
span { border-color: rgb(194,166,121); }
td.TdClassName
{
border-color: #C2A679;
}
.TagClassName
{
border-color: #C2A679;
}
</style>