Shades of Putty #C4A66D
Tints of Putty #C4A66D
RGB
CMYK
RGB Variations
Color information
#C4A66D (or 0xC4A66D) is known color: Putty. HEX triplet: C4, A6 and 6D. RGB value is (196,166,109). Sum of RGB (Red+Green+Blue) = 196+166+109=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A66D is #3B5992. Grayscale: #A8A8A8. Windows color (decimal): -3889555 or 7186116. OLE color: 7186116.
HSL color Cylindrical-coordinate representation of color #C4A66D: hue angle of 39.31º 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 #C4A66D is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 166 | 109 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.23 |
| HSL | 39.31º | 0.42% | 0.6% | - |
| HSV(B) | 39.31º | 0.44% | 0.77% | - |
| XYZ | 39.16 | 40.11 | 20.15 | - |
| YUV | 168.47 | 94.44 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 166 | 109 | 0 | 0.15 | 0.44 | 0.23 | 39.31 | 0.42 | 0.6 |
| Hex | C4 | A6 | 6D | 0 | F | 2C | 17 | 27 | 2A | 3C |
| Octal | 304 | 246 | 155 | 0 | 17 | 54 | 27 | 47 | 52 | 74 |
| Binary | 11000100 | 10100110 | 1101101 | 0 | 1111 | 101100 | 10111 | 100111 | 101010 | 111100 |
Color Harmonies of #C4A66D
Complementary color
Monochromatic Colors of #C4A66D
Black with #C4A66D
Text Example
Text Example
White with #C4A66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A66D; }
p { color: rgb(196,166,109); }
H1.HeaderClassName
{
color: #C4A66D;
}
.AnyTagClassName
{
color: #C4A66D;
}
</style>
background-color css
<style>
a { background-color: #C4A66D; }
a { background-color: rgb(196,166,109); }
div.DivClassName
{
background-color: #C4A66D;
}
.BgClassName
{
background-color: #C4A66D;
}
</style>
border-color css
<style>
span { border-color: #C4A66D; }
span { border-color: rgb(196,166,109); }
td.TdClassName
{
border-color: #C4A66D;
}
.TagClassName
{
border-color: #C4A66D;
}
</style>