Shades of Putty #C5AE6C
Tints of Putty #C5AE6C
RGB
CMYK
RGB Variations
Color information
#C5AE6C (or 0xC5AE6C) is known color: Putty. HEX triplet: C5, AE and 6C. RGB value is (197,174,108). Sum of RGB (Red+Green+Blue) = 197+174+108=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AE6C is #3A5193. Grayscale: #ADADAD. Windows color (decimal): -3821972 or 7122629. OLE color: 7122629.
HSL color Cylindrical-coordinate representation of color #C5AE6C: hue angle of 44.49º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5AE6C is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 174 | 108 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.23 |
| HSL | 44.49º | 0.43% | 0.6% | - |
| HSV(B) | 44.49º | 0.45% | 0.77% | - |
| XYZ | 40.87 | 43.23 | 20.38 | - |
| YUV | 173.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 108 | 0 | 0.12 | 0.45 | 0.23 | 44.49 | 0.43 | 0.6 |
| Hex | C5 | AE | 6C | 0 | C | 2D | 17 | 2C | 2B | 3C |
| Octal | 305 | 256 | 154 | 0 | 14 | 55 | 27 | 54 | 53 | 74 |
| Binary | 11000101 | 10101110 | 1101100 | 0 | 1100 | 101101 | 10111 | 101100 | 101011 | 111100 |
Color Harmonies of #C5AE6C
Complementary color
Monochromatic Colors of #C5AE6C
Black with #C5AE6C
Text Example
Text Example
White with #C5AE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AE6C; }
p { color: rgb(197,174,108); }
H1.HeaderClassName
{
color: #C5AE6C;
}
.AnyTagClassName
{
color: #C5AE6C;
}
</style>
background-color css
<style>
a { background-color: #C5AE6C; }
a { background-color: rgb(197,174,108); }
div.DivClassName
{
background-color: #C5AE6C;
}
.BgClassName
{
background-color: #C5AE6C;
}
</style>
border-color css
<style>
span { border-color: #C5AE6C; }
span { border-color: rgb(197,174,108); }
td.TdClassName
{
border-color: #C5AE6C;
}
.TagClassName
{
border-color: #C5AE6C;
}
</style>