Shades of Putty #C4A876
Tints of Putty #C4A876
RGB
CMYK
RGB Variations
Color information
#C4A876 (or 0xC4A876) is known color: Putty. HEX triplet: C4, A8 and 76. RGB value is (196,168,118). Sum of RGB (Red+Green+Blue) = 196+168+118=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A876 is #3B5789. Grayscale: #AAAAAA. Windows color (decimal): -3889034 or 7776452. OLE color: 7776452.
HSL color Cylindrical-coordinate representation of color #C4A876: hue angle of 38.46º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4A876 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 118 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.23 |
| HSL | 38.46º | 0.4% | 0.62% | - |
| HSV(B) | 38.46º | 0.4% | 0.77% | - |
| XYZ | 40.04 | 41.05 | 22.95 | - |
| YUV | 170.67 | 98.28 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 118 | 0 | 0.14 | 0.40 | 0.23 | 38.46 | 0.4 | 0.62 |
| Hex | C4 | A8 | 76 | 0 | E | 28 | 17 | 26 | 28 | 3E |
| Octal | 304 | 250 | 166 | 0 | 16 | 50 | 27 | 46 | 50 | 76 |
| Binary | 11000100 | 10101000 | 1110110 | 0 | 1110 | 101000 | 10111 | 100110 | 101000 | 111110 |
Color Harmonies of #C4A876
Complementary color
Monochromatic Colors of #C4A876
Black with #C4A876
Text Example
Text Example
White with #C4A876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A876; }
p { color: rgb(196,168,118); }
H1.HeaderClassName
{
color: #C4A876;
}
.AnyTagClassName
{
color: #C4A876;
}
</style>
background-color css
<style>
a { background-color: #C4A876; }
a { background-color: rgb(196,168,118); }
div.DivClassName
{
background-color: #C4A876;
}
.BgClassName
{
background-color: #C4A876;
}
</style>
border-color css
<style>
span { border-color: #C4A876; }
span { border-color: rgb(196,168,118); }
td.TdClassName
{
border-color: #C4A876;
}
.TagClassName
{
border-color: #C4A876;
}
</style>