Shades of Putty #C4A872
Tints of Putty #C4A872
RGB
CMYK
RGB Variations
Color information
#C4A872 (or 0xC4A872) is known color: Putty. HEX triplet: C4, A8 and 72. RGB value is (196,168,114). Sum of RGB (Red+Green+Blue) = 196+168+114=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A872 is #3B578D. Grayscale: #AAAAAA. Windows color (decimal): -3889038 or 7514308. OLE color: 7514308.
HSL color Cylindrical-coordinate representation of color #C4A872: hue angle of 39.51º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4A872 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 114 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.23 |
| HSL | 39.51º | 0.41% | 0.61% | - |
| HSV(B) | 39.51º | 0.42% | 0.77% | - |
| XYZ | 39.8 | 40.96 | 21.73 | - |
| YUV | 170.22 | 96.28 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 114 | 0 | 0.14 | 0.42 | 0.23 | 39.51 | 0.41 | 0.61 |
| Hex | C4 | A8 | 72 | 0 | E | 2A | 17 | 28 | 29 | 3D |
| Octal | 304 | 250 | 162 | 0 | 16 | 52 | 27 | 50 | 51 | 75 |
| Binary | 11000100 | 10101000 | 1110010 | 0 | 1110 | 101010 | 10111 | 101000 | 101001 | 111101 |
Color Harmonies of #C4A872
Complementary color
Monochromatic Colors of #C4A872
Black with #C4A872
Text Example
Text Example
White with #C4A872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A872; }
p { color: rgb(196,168,114); }
H1.HeaderClassName
{
color: #C4A872;
}
.AnyTagClassName
{
color: #C4A872;
}
</style>
background-color css
<style>
a { background-color: #C4A872; }
a { background-color: rgb(196,168,114); }
div.DivClassName
{
background-color: #C4A872;
}
.BgClassName
{
background-color: #C4A872;
}
</style>
border-color css
<style>
span { border-color: #C4A872; }
span { border-color: rgb(196,168,114); }
td.TdClassName
{
border-color: #C4A872;
}
.TagClassName
{
border-color: #C4A872;
}
</style>