Shades of Silk #C0AB9C
Tints of Silk #C0AB9C
RGB
CMYK
RGB Variations
Color information
#C0AB9C (or 0xC0AB9C) is known color: Silk. HEX triplet: C0, AB and 9C. RGB value is (192,171,156). Sum of RGB (Red+Green+Blue) = 192+171+156=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB9C is #3F5463. Grayscale: #AFAFAF. Windows color (decimal): -4150372 or 10267584. OLE color: 10267584.
HSL color Cylindrical-coordinate representation of color #C0AB9C: hue angle of 25º degrees, saturation: 0.22, 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 #C0AB9C is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 156 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.25 |
| HSL | 25º | 0.22% | 0.68% | - |
| HSV(B) | 25º | 0.19% | 0.75% | - |
| XYZ | 42.3 | 42.73 | 37.47 | - |
| YUV | 175.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 156 | 0 | 0.11 | 0.19 | 0.25 | 25 | 0.22 | 0.68 |
| Hex | C0 | AB | 9C | 0 | B | 13 | 19 | 19 | 16 | 44 |
| Octal | 300 | 253 | 234 | 0 | 13 | 23 | 31 | 31 | 26 | 104 |
| Binary | 11000000 | 10101011 | 10011100 | 0 | 1011 | 10011 | 11001 | 11001 | 10110 | 1000100 |
Color Harmonies of #C0AB9C
Complementary color
Monochromatic Colors of #C0AB9C
Black with #C0AB9C
Text Example
Text Example
White with #C0AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB9C; }
p { color: rgb(192,171,156); }
H1.HeaderClassName
{
color: #C0AB9C;
}
.AnyTagClassName
{
color: #C0AB9C;
}
</style>
background-color css
<style>
a { background-color: #C0AB9C; }
a { background-color: rgb(192,171,156); }
div.DivClassName
{
background-color: #C0AB9C;
}
.BgClassName
{
background-color: #C0AB9C;
}
</style>
border-color css
<style>
span { border-color: #C0AB9C; }
span { border-color: rgb(192,171,156); }
td.TdClassName
{
border-color: #C0AB9C;
}
.TagClassName
{
border-color: #C0AB9C;
}
</style>