Shades of Silk #C5AC98
Tints of Silk #C5AC98
RGB
CMYK
RGB Variations
Color information
#C5AC98 (or 0xC5AC98) is known color: Silk. HEX triplet: C5, AC and 98. RGB value is (197,172,152). Sum of RGB (Red+Green+Blue) = 197+172+152=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AC98 is #3A5367. Grayscale: #B1B1B1. Windows color (decimal): -3822440 or 10005701. OLE color: 10005701.
HSL color Cylindrical-coordinate representation of color #C5AC98: hue angle of 26.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5AC98 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 152 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.23 |
| HSL | 26.67º | 0.28% | 0.68% | - |
| HSV(B) | 26.67º | 0.23% | 0.77% | - |
| XYZ | 43.45 | 43.64 | 35.84 | - |
| YUV | 177.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 152 | 0 | 0.13 | 0.23 | 0.23 | 26.67 | 0.28 | 0.68 |
| Hex | C5 | AC | 98 | 0 | D | 17 | 17 | 1B | 1C | 44 |
| Octal | 305 | 254 | 230 | 0 | 15 | 27 | 27 | 33 | 34 | 104 |
| Binary | 11000101 | 10101100 | 10011000 | 0 | 1101 | 10111 | 10111 | 11011 | 11100 | 1000100 |
Color Harmonies of #C5AC98
Complementary color
Monochromatic Colors of #C5AC98
Black with #C5AC98
Text Example
Text Example
White with #C5AC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC98; }
p { color: rgb(197,172,152); }
H1.HeaderClassName
{
color: #C5AC98;
}
.AnyTagClassName
{
color: #C5AC98;
}
</style>
background-color css
<style>
a { background-color: #C5AC98; }
a { background-color: rgb(197,172,152); }
div.DivClassName
{
background-color: #C5AC98;
}
.BgClassName
{
background-color: #C5AC98;
}
</style>
border-color css
<style>
span { border-color: #C5AC98; }
span { border-color: rgb(197,172,152); }
td.TdClassName
{
border-color: #C5AC98;
}
.TagClassName
{
border-color: #C5AC98;
}
</style>