Shades of Putty #C4A879
Tints of Putty #C4A879
RGB
CMYK
RGB Variations
Color information
#C4A879 (or 0xC4A879) is known color: Putty. HEX triplet: C4, A8 and 79. RGB value is (196,168,121). Sum of RGB (Red+Green+Blue) = 196+168+121=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A879 is #3B5786. Grayscale: #ABABAB. Windows color (decimal): -3889031 or 7973060. OLE color: 7973060.
HSL color Cylindrical-coordinate representation of color #C4A879: hue angle of 37.6º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4A879 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 121 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.23 |
| HSL | 37.6º | 0.39% | 0.62% | - |
| HSV(B) | 37.6º | 0.38% | 0.77% | - |
| XYZ | 40.22 | 41.12 | 23.91 | - |
| YUV | 171.01 | 99.78 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 121 | 0 | 0.14 | 0.38 | 0.23 | 37.6 | 0.39 | 0.62 |
| Hex | C4 | A8 | 79 | 0 | E | 26 | 17 | 26 | 27 | 3E |
| Octal | 304 | 250 | 171 | 0 | 16 | 46 | 27 | 46 | 47 | 76 |
| Binary | 11000100 | 10101000 | 1111001 | 0 | 1110 | 100110 | 10111 | 100110 | 100111 | 111110 |
Color Harmonies of #C4A879
Complementary color
Monochromatic Colors of #C4A879
Black with #C4A879
Text Example
Text Example
White with #C4A879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A879; }
p { color: rgb(196,168,121); }
H1.HeaderClassName
{
color: #C4A879;
}
.AnyTagClassName
{
color: #C4A879;
}
</style>
background-color css
<style>
a { background-color: #C4A879; }
a { background-color: rgb(196,168,121); }
div.DivClassName
{
background-color: #C4A879;
}
.BgClassName
{
background-color: #C4A879;
}
</style>
border-color css
<style>
span { border-color: #C4A879; }
span { border-color: rgb(196,168,121); }
td.TdClassName
{
border-color: #C4A879;
}
.TagClassName
{
border-color: #C4A879;
}
</style>