Shades of Putty #C5AB6E
Tints of Putty #C5AB6E
RGB
CMYK
RGB Variations
Color information
#C5AB6E (or 0xC5AB6E) is known color: Putty. HEX triplet: C5, AB and 6E. RGB value is (197,171,110). Sum of RGB (Red+Green+Blue) = 197+171+110=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AB6E is #3A5491. Grayscale: #ACACAC. Windows color (decimal): -3822738 or 7252933. OLE color: 7252933.
HSL color Cylindrical-coordinate representation of color #C5AB6E: hue angle of 42.07º degrees, saturation: 0.43, 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 #C5AB6E is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 110 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.23 |
| HSL | 42.07º | 0.43% | 0.6% | - |
| HSV(B) | 42.07º | 0.44% | 0.77% | - |
| XYZ | 40.4 | 42.12 | 20.75 | - |
| YUV | 171.82 | 93.11 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 110 | 0 | 0.13 | 0.44 | 0.23 | 42.07 | 0.43 | 0.6 |
| Hex | C5 | AB | 6E | 0 | D | 2C | 17 | 2A | 2B | 3C |
| Octal | 305 | 253 | 156 | 0 | 15 | 54 | 27 | 52 | 53 | 74 |
| Binary | 11000101 | 10101011 | 1101110 | 0 | 1101 | 101100 | 10111 | 101010 | 101011 | 111100 |
Color Harmonies of #C5AB6E
Complementary color
Monochromatic Colors of #C5AB6E
Black with #C5AB6E
Text Example
Text Example
White with #C5AB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB6E; }
p { color: rgb(197,171,110); }
H1.HeaderClassName
{
color: #C5AB6E;
}
.AnyTagClassName
{
color: #C5AB6E;
}
</style>
background-color css
<style>
a { background-color: #C5AB6E; }
a { background-color: rgb(197,171,110); }
div.DivClassName
{
background-color: #C5AB6E;
}
.BgClassName
{
background-color: #C5AB6E;
}
</style>
border-color css
<style>
span { border-color: #C5AB6E; }
span { border-color: rgb(197,171,110); }
td.TdClassName
{
border-color: #C5AB6E;
}
.TagClassName
{
border-color: #C5AB6E;
}
</style>