Shades of Silk #C5AC99
Tints of Silk #C5AC99
RGB
CMYK
RGB Variations
Color information
#C5AC99 (or 0xC5AC99) is known color: Silk. HEX triplet: C5, AC and 99. RGB value is (197,172,153). Sum of RGB (Red+Green+Blue) = 197+172+153=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AC99 is #3A5366. Grayscale: #B1B1B1. Windows color (decimal): -3822439 or 10071237. OLE color: 10071237.
HSL color Cylindrical-coordinate representation of color #C5AC99: hue angle of 25.91º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5AC99 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 153 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.23 |
| HSL | 25.91º | 0.28% | 0.69% | - |
| HSV(B) | 25.91º | 0.22% | 0.77% | - |
| XYZ | 43.53 | 43.68 | 36.27 | - |
| YUV | 177.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 153 | 0 | 0.13 | 0.22 | 0.23 | 25.91 | 0.28 | 0.69 |
| Hex | C5 | AC | 99 | 0 | D | 16 | 17 | 1A | 1C | 45 |
| Octal | 305 | 254 | 231 | 0 | 15 | 26 | 27 | 32 | 34 | 105 |
| Binary | 11000101 | 10101100 | 10011001 | 0 | 1101 | 10110 | 10111 | 11010 | 11100 | 1000101 |
Color Harmonies of #C5AC99
Complementary color
Monochromatic Colors of #C5AC99
Black with #C5AC99
Text Example
Text Example
White with #C5AC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC99; }
p { color: rgb(197,172,153); }
H1.HeaderClassName
{
color: #C5AC99;
}
.AnyTagClassName
{
color: #C5AC99;
}
</style>
background-color css
<style>
a { background-color: #C5AC99; }
a { background-color: rgb(197,172,153); }
div.DivClassName
{
background-color: #C5AC99;
}
.BgClassName
{
background-color: #C5AC99;
}
</style>
border-color css
<style>
span { border-color: #C5AC99; }
span { border-color: rgb(197,172,153); }
td.TdClassName
{
border-color: #C5AC99;
}
.TagClassName
{
border-color: #C5AC99;
}
</style>