Shades of Silk #C2AC98
Tints of Silk #C2AC98
RGB
CMYK
RGB Variations
Color information
#C2AC98 (or 0xC2AC98) is known color: Silk. HEX triplet: C2, AC and 98. RGB value is (194,172,152). Sum of RGB (Red+Green+Blue) = 194+172+152=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AC98 is #3D5367. Grayscale: #B0B0B0. Windows color (decimal): -4019048 or 10005698. OLE color: 10005698.
HSL color Cylindrical-coordinate representation of color #C2AC98: hue angle of 28.57º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2AC98 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 152 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.24 |
| HSL | 28.57º | 0.26% | 0.68% | - |
| HSV(B) | 28.57º | 0.22% | 0.76% | - |
| XYZ | 42.67 | 43.24 | 35.8 | - |
| YUV | 176.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 152 | 0 | 0.11 | 0.22 | 0.24 | 28.57 | 0.26 | 0.68 |
| Hex | C2 | AC | 98 | 0 | B | 16 | 18 | 1D | 1A | 44 |
| Octal | 302 | 254 | 230 | 0 | 13 | 26 | 30 | 35 | 32 | 104 |
| Binary | 11000010 | 10101100 | 10011000 | 0 | 1011 | 10110 | 11000 | 11101 | 11010 | 1000100 |
Color Harmonies of #C2AC98
Complementary color
Monochromatic Colors of #C2AC98
Black with #C2AC98
Text Example
Text Example
White with #C2AC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC98; }
p { color: rgb(194,172,152); }
H1.HeaderClassName
{
color: #C2AC98;
}
.AnyTagClassName
{
color: #C2AC98;
}
</style>
background-color css
<style>
a { background-color: #C2AC98; }
a { background-color: rgb(194,172,152); }
div.DivClassName
{
background-color: #C2AC98;
}
.BgClassName
{
background-color: #C2AC98;
}
</style>
border-color css
<style>
span { border-color: #C2AC98; }
span { border-color: rgb(194,172,152); }
td.TdClassName
{
border-color: #C2AC98;
}
.TagClassName
{
border-color: #C2AC98;
}
</style>