Shades of Putty #C4A86D
Tints of Putty #C4A86D
RGB
CMYK
RGB Variations
Color information
#C4A86D (or 0xC4A86D) is known color: Putty. HEX triplet: C4, A8 and 6D. RGB value is (196,168,109). Sum of RGB (Red+Green+Blue) = 196+168+109=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A86D is #3B5792. Grayscale: #A9A9A9. Windows color (decimal): -3889043 or 7186628. OLE color: 7186628.
HSL color Cylindrical-coordinate representation of color #C4A86D: hue angle of 40.69º 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 #C4A86D is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 109 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.23 |
| HSL | 40.69º | 0.42% | 0.6% | - |
| HSV(B) | 40.69º | 0.44% | 0.77% | - |
| XYZ | 39.53 | 40.85 | 20.27 | - |
| YUV | 169.65 | 93.78 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 109 | 0 | 0.14 | 0.44 | 0.23 | 40.69 | 0.42 | 0.6 |
| Hex | C4 | A8 | 6D | 0 | E | 2C | 17 | 29 | 2A | 3C |
| Octal | 304 | 250 | 155 | 0 | 16 | 54 | 27 | 51 | 52 | 74 |
| Binary | 11000100 | 10101000 | 1101101 | 0 | 1110 | 101100 | 10111 | 101001 | 101010 | 111100 |
Color Harmonies of #C4A86D
Complementary color
Monochromatic Colors of #C4A86D
Black with #C4A86D
Text Example
Text Example
White with #C4A86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A86D; }
p { color: rgb(196,168,109); }
H1.HeaderClassName
{
color: #C4A86D;
}
.AnyTagClassName
{
color: #C4A86D;
}
</style>
background-color css
<style>
a { background-color: #C4A86D; }
a { background-color: rgb(196,168,109); }
div.DivClassName
{
background-color: #C4A86D;
}
.BgClassName
{
background-color: #C4A86D;
}
</style>
border-color css
<style>
span { border-color: #C4A86D; }
span { border-color: rgb(196,168,109); }
td.TdClassName
{
border-color: #C4A86D;
}
.TagClassName
{
border-color: #C4A86D;
}
</style>