Shades of Putty #C2A76F
Tints of Putty #C2A76F
RGB
CMYK
RGB Variations
Color information
#C2A76F (or 0xC2A76F) is known color: Putty. HEX triplet: C2, A7 and 6F. RGB value is (194,167,111). Sum of RGB (Red+Green+Blue) = 194+167+111=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A76F is #3D5890. Grayscale: #A8A8A8. Windows color (decimal): -4020369 or 7317442. OLE color: 7317442.
HSL color Cylindrical-coordinate representation of color #C2A76F: hue angle of 40.48º degrees, saturation: 0.4, 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 #C2A76F is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 111 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.24 |
| HSL | 40.48º | 0.4% | 0.6% | - |
| HSV(B) | 40.48º | 0.43% | 0.76% | - |
| XYZ | 38.94 | 40.25 | 20.76 | - |
| YUV | 168.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 111 | 0 | 0.14 | 0.43 | 0.24 | 40.48 | 0.4 | 0.6 |
| Hex | C2 | A7 | 6F | 0 | E | 2B | 18 | 28 | 28 | 3C |
| Octal | 302 | 247 | 157 | 0 | 16 | 53 | 30 | 50 | 50 | 74 |
| Binary | 11000010 | 10100111 | 1101111 | 0 | 1110 | 101011 | 11000 | 101000 | 101000 | 111100 |
Color Harmonies of #C2A76F
Complementary color
Monochromatic Colors of #C2A76F
Black with #C2A76F
Text Example
Text Example
White with #C2A76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A76F; }
p { color: rgb(194,167,111); }
H1.HeaderClassName
{
color: #C2A76F;
}
.AnyTagClassName
{
color: #C2A76F;
}
</style>
background-color css
<style>
a { background-color: #C2A76F; }
a { background-color: rgb(194,167,111); }
div.DivClassName
{
background-color: #C2A76F;
}
.BgClassName
{
background-color: #C2A76F;
}
</style>
border-color css
<style>
span { border-color: #C2A76F; }
span { border-color: rgb(194,167,111); }
td.TdClassName
{
border-color: #C2A76F;
}
.TagClassName
{
border-color: #C2A76F;
}
</style>