Shades of Silk #C1AC98
Tints of Silk #C1AC98
RGB
CMYK
RGB Variations
Color information
#C1AC98 (or 0xC1AC98) is known color: Silk. HEX triplet: C1, AC and 98. RGB value is (193,172,152). Sum of RGB (Red+Green+Blue) = 193+172+152=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AC98 is #3E5367. Grayscale: #B0B0B0. Windows color (decimal): -4084584 or 10005697. OLE color: 10005697.
HSL color Cylindrical-coordinate representation of color #C1AC98: hue angle of 29.27º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1AC98 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 172 | 152 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.24 |
| HSL | 29.27º | 0.25% | 0.68% | - |
| HSV(B) | 29.27º | 0.21% | 0.76% | - |
| XYZ | 42.41 | 43.11 | 35.79 | - |
| YUV | 176 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 172 | 152 | 0 | 0.11 | 0.21 | 0.24 | 29.27 | 0.25 | 0.68 |
| Hex | C1 | AC | 98 | 0 | B | 15 | 18 | 1D | 19 | 44 |
| Octal | 301 | 254 | 230 | 0 | 13 | 25 | 30 | 35 | 31 | 104 |
| Binary | 11000001 | 10101100 | 10011000 | 0 | 1011 | 10101 | 11000 | 11101 | 11001 | 1000100 |
Color Harmonies of #C1AC98
Complementary color
Monochromatic Colors of #C1AC98
Black with #C1AC98
Text Example
Text Example
White with #C1AC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AC98; }
p { color: rgb(193,172,152); }
H1.HeaderClassName
{
color: #C1AC98;
}
.AnyTagClassName
{
color: #C1AC98;
}
</style>
background-color css
<style>
a { background-color: #C1AC98; }
a { background-color: rgb(193,172,152); }
div.DivClassName
{
background-color: #C1AC98;
}
.BgClassName
{
background-color: #C1AC98;
}
</style>
border-color css
<style>
span { border-color: #C1AC98; }
span { border-color: rgb(193,172,152); }
td.TdClassName
{
border-color: #C1AC98;
}
.TagClassName
{
border-color: #C1AC98;
}
</style>