Shades of Silk #C0AB9B
Tints of Silk #C0AB9B
RGB
CMYK
RGB Variations
Color information
#C0AB9B (or 0xC0AB9B) is known color: Silk. HEX triplet: C0, AB and 9B. RGB value is (192,171,155). Sum of RGB (Red+Green+Blue) = 192+171+155=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB9B is #3F5464. Grayscale: #AFAFAF. Windows color (decimal): -4150373 or 10202048. OLE color: 10202048.
HSL color Cylindrical-coordinate representation of color #C0AB9B: hue angle of 25.95º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0AB9B is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 155 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.25 |
| HSL | 25.95º | 0.23% | 0.68% | - |
| HSV(B) | 25.95º | 0.19% | 0.75% | - |
| XYZ | 42.22 | 42.7 | 37.03 | - |
| YUV | 175.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 155 | 0 | 0.11 | 0.19 | 0.25 | 25.95 | 0.23 | 0.68 |
| Hex | C0 | AB | 9B | 0 | B | 13 | 19 | 1A | 17 | 44 |
| Octal | 300 | 253 | 233 | 0 | 13 | 23 | 31 | 32 | 27 | 104 |
| Binary | 11000000 | 10101011 | 10011011 | 0 | 1011 | 10011 | 11001 | 11010 | 10111 | 1000100 |
Color Harmonies of #C0AB9B
Complementary color
Monochromatic Colors of #C0AB9B
Black with #C0AB9B
Text Example
Text Example
White with #C0AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB9B; }
p { color: rgb(192,171,155); }
H1.HeaderClassName
{
color: #C0AB9B;
}
.AnyTagClassName
{
color: #C0AB9B;
}
</style>
background-color css
<style>
a { background-color: #C0AB9B; }
a { background-color: rgb(192,171,155); }
div.DivClassName
{
background-color: #C0AB9B;
}
.BgClassName
{
background-color: #C0AB9B;
}
</style>
border-color css
<style>
span { border-color: #C0AB9B; }
span { border-color: rgb(192,171,155); }
td.TdClassName
{
border-color: #C0AB9B;
}
.TagClassName
{
border-color: #C0AB9B;
}
</style>