Shades of Silk #C0AC9F
Tints of Silk #C0AC9F
RGB
CMYK
RGB Variations
Color information
#C0AC9F (or 0xC0AC9F) is known color: Silk. HEX triplet: C0, AC and 9F. RGB value is (192,172,159). Sum of RGB (Red+Green+Blue) = 192+172+159=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AC9F is #3F5360. Grayscale: #B0B0B0. Windows color (decimal): -4150113 or 10464448. OLE color: 10464448.
HSL color Cylindrical-coordinate representation of color #C0AC9F: hue angle of 23.64º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0AC9F is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 159 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.25 |
| HSL | 23.64º | 0.21% | 0.69% | - |
| HSV(B) | 23.64º | 0.17% | 0.75% | - |
| XYZ | 42.75 | 43.21 | 38.89 | - |
| YUV | 176.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 159 | 0 | 0.10 | 0.17 | 0.25 | 23.64 | 0.21 | 0.69 |
| Hex | C0 | AC | 9F | 0 | A | 11 | 19 | 18 | 15 | 45 |
| Octal | 300 | 254 | 237 | 0 | 12 | 21 | 31 | 30 | 25 | 105 |
| Binary | 11000000 | 10101100 | 10011111 | 0 | 1010 | 10001 | 11001 | 11000 | 10101 | 1000101 |
Color Harmonies of #C0AC9F
Complementary color
Monochromatic Colors of #C0AC9F
Black with #C0AC9F
Text Example
Text Example
White with #C0AC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC9F; }
p { color: rgb(192,172,159); }
H1.HeaderClassName
{
color: #C0AC9F;
}
.AnyTagClassName
{
color: #C0AC9F;
}
</style>
background-color css
<style>
a { background-color: #C0AC9F; }
a { background-color: rgb(192,172,159); }
div.DivClassName
{
background-color: #C0AC9F;
}
.BgClassName
{
background-color: #C0AC9F;
}
</style>
border-color css
<style>
span { border-color: #C0AC9F; }
span { border-color: rgb(192,172,159); }
td.TdClassName
{
border-color: #C0AC9F;
}
.TagClassName
{
border-color: #C0AC9F;
}
</style>