Shades of Putty #C4AA6E
Tints of Putty #C4AA6E
RGB
CMYK
RGB Variations
Color information
#C4AA6E (or 0xC4AA6E) is known color: Putty. HEX triplet: C4, AA and 6E. RGB value is (196,170,110). Sum of RGB (Red+Green+Blue) = 196+170+110=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AA6E is #3B5591. Grayscale: #ABABAB. Windows color (decimal): -3888530 or 7252676. OLE color: 7252676.
HSL color Cylindrical-coordinate representation of color #C4AA6E: hue angle of 41.86º 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 #C4AA6E is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 170 | 110 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.23 |
| HSL | 41.86º | 0.42% | 0.6% | - |
| HSV(B) | 41.86º | 0.44% | 0.77% | - |
| XYZ | 39.95 | 41.61 | 20.68 | - |
| YUV | 170.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 110 | 0 | 0.13 | 0.44 | 0.23 | 41.86 | 0.42 | 0.6 |
| Hex | C4 | AA | 6E | 0 | D | 2C | 17 | 2A | 2A | 3C |
| Octal | 304 | 252 | 156 | 0 | 15 | 54 | 27 | 52 | 52 | 74 |
| Binary | 11000100 | 10101010 | 1101110 | 0 | 1101 | 101100 | 10111 | 101010 | 101010 | 111100 |
Color Harmonies of #C4AA6E
Complementary color
Monochromatic Colors of #C4AA6E
Black with #C4AA6E
Text Example
Text Example
White with #C4AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AA6E; }
p { color: rgb(196,170,110); }
H1.HeaderClassName
{
color: #C4AA6E;
}
.AnyTagClassName
{
color: #C4AA6E;
}
</style>
background-color css
<style>
a { background-color: #C4AA6E; }
a { background-color: rgb(196,170,110); }
div.DivClassName
{
background-color: #C4AA6E;
}
.BgClassName
{
background-color: #C4AA6E;
}
</style>
border-color css
<style>
span { border-color: #C4AA6E; }
span { border-color: rgb(196,170,110); }
td.TdClassName
{
border-color: #C4AA6E;
}
.TagClassName
{
border-color: #C4AA6E;
}
</style>