Shades of Silk #C0AB9F
Tints of Silk #C0AB9F
RGB
CMYK
RGB Variations
Color information
#C0AB9F (or 0xC0AB9F) is known color: Silk. HEX triplet: C0, AB and 9F. RGB value is (192,171,159). Sum of RGB (Red+Green+Blue) = 192+171+159=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB9F is #3F5460. Grayscale: #AFAFAF. Windows color (decimal): -4150369 or 10464192. OLE color: 10464192.
HSL color Cylindrical-coordinate representation of color #C0AB9F: hue angle of 21.82º 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 #C0AB9F is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 159 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.25 |
| HSL | 21.82º | 0.21% | 0.69% | - |
| HSV(B) | 21.82º | 0.17% | 0.75% | - |
| XYZ | 42.56 | 42.84 | 38.83 | - |
| YUV | 175.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 159 | 0 | 0.11 | 0.17 | 0.25 | 21.82 | 0.21 | 0.69 |
| Hex | C0 | AB | 9F | 0 | B | 11 | 19 | 16 | 15 | 45 |
| Octal | 300 | 253 | 237 | 0 | 13 | 21 | 31 | 26 | 25 | 105 |
| Binary | 11000000 | 10101011 | 10011111 | 0 | 1011 | 10001 | 11001 | 10110 | 10101 | 1000101 |
Color Harmonies of #C0AB9F
Complementary color
Monochromatic Colors of #C0AB9F
Black with #C0AB9F
Text Example
Text Example
White with #C0AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB9F; }
p { color: rgb(192,171,159); }
H1.HeaderClassName
{
color: #C0AB9F;
}
.AnyTagClassName
{
color: #C0AB9F;
}
</style>
background-color css
<style>
a { background-color: #C0AB9F; }
a { background-color: rgb(192,171,159); }
div.DivClassName
{
background-color: #C0AB9F;
}
.BgClassName
{
background-color: #C0AB9F;
}
</style>
border-color css
<style>
span { border-color: #C0AB9F; }
span { border-color: rgb(192,171,159); }
td.TdClassName
{
border-color: #C0AB9F;
}
.TagClassName
{
border-color: #C0AB9F;
}
</style>