Shades of Putty #C5AE6E
Tints of Putty #C5AE6E
RGB
CMYK
RGB Variations
Color information
#C5AE6E (or 0xC5AE6E) is known color: Putty. HEX triplet: C5, AE and 6E. RGB value is (197,174,110). Sum of RGB (Red+Green+Blue) = 197+174+110=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AE6E is #3A5191. Grayscale: #ADADAD. Windows color (decimal): -3821970 or 7253701. OLE color: 7253701.
HSL color Cylindrical-coordinate representation of color #C5AE6E: hue angle of 44.14º 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 #C5AE6E is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 174 | 110 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.23 |
| HSL | 44.14º | 0.43% | 0.6% | - |
| HSV(B) | 44.14º | 0.44% | 0.77% | - |
| XYZ | 40.98 | 43.27 | 20.94 | - |
| YUV | 173.58 | 92.12 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 110 | 0 | 0.12 | 0.44 | 0.23 | 44.14 | 0.43 | 0.6 |
| Hex | C5 | AE | 6E | 0 | C | 2C | 17 | 2C | 2B | 3C |
| Octal | 305 | 256 | 156 | 0 | 14 | 54 | 27 | 54 | 53 | 74 |
| Binary | 11000101 | 10101110 | 1101110 | 0 | 1100 | 101100 | 10111 | 101100 | 101011 | 111100 |
Color Harmonies of #C5AE6E
Complementary color
Monochromatic Colors of #C5AE6E
Black with #C5AE6E
Text Example
Text Example
White with #C5AE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AE6E; }
p { color: rgb(197,174,110); }
H1.HeaderClassName
{
color: #C5AE6E;
}
.AnyTagClassName
{
color: #C5AE6E;
}
</style>
background-color css
<style>
a { background-color: #C5AE6E; }
a { background-color: rgb(197,174,110); }
div.DivClassName
{
background-color: #C5AE6E;
}
.BgClassName
{
background-color: #C5AE6E;
}
</style>
border-color css
<style>
span { border-color: #C5AE6E; }
span { border-color: rgb(197,174,110); }
td.TdClassName
{
border-color: #C5AE6E;
}
.TagClassName
{
border-color: #C5AE6E;
}
</style>