Shades of Putty #C4A56E
Tints of Putty #C4A56E
RGB
CMYK
RGB Variations
Color information
#C4A56E (or 0xC4A56E) is known color: Putty. HEX triplet: C4, A5 and 6E. RGB value is (196,165,110). Sum of RGB (Red+Green+Blue) = 196+165+110=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A56E is #3B5A91. Grayscale: #A8A8A8. Windows color (decimal): -3889810 or 7251396. OLE color: 7251396.
HSL color Cylindrical-coordinate representation of color #C4A56E: hue angle of 38.37º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4A56E is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 165 | 110 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.23 |
| HSL | 38.37º | 0.42% | 0.6% | - |
| HSV(B) | 38.37º | 0.44% | 0.77% | - |
| XYZ | 39.03 | 39.77 | 20.37 | - |
| YUV | 168 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 110 | 0 | 0.16 | 0.44 | 0.23 | 38.37 | 0.42 | 0.6 |
| Hex | C4 | A5 | 6E | 0 | 10 | 2C | 17 | 26 | 2A | 3C |
| Octal | 304 | 245 | 156 | 0 | 20 | 54 | 27 | 46 | 52 | 74 |
| Binary | 11000100 | 10100101 | 1101110 | 0 | 10000 | 101100 | 10111 | 100110 | 101010 | 111100 |
Color Harmonies of #C4A56E
Complementary color
Monochromatic Colors of #C4A56E
Black with #C4A56E
Text Example
Text Example
White with #C4A56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A56E; }
p { color: rgb(196,165,110); }
H1.HeaderClassName
{
color: #C4A56E;
}
.AnyTagClassName
{
color: #C4A56E;
}
</style>
background-color css
<style>
a { background-color: #C4A56E; }
a { background-color: rgb(196,165,110); }
div.DivClassName
{
background-color: #C4A56E;
}
.BgClassName
{
background-color: #C4A56E;
}
</style>
border-color css
<style>
span { border-color: #C4A56E; }
span { border-color: rgb(196,165,110); }
td.TdClassName
{
border-color: #C4A56E;
}
.TagClassName
{
border-color: #C4A56E;
}
</style>