Shades of Silk #C0AB99
Tints of Silk #C0AB99
RGB
CMYK
RGB Variations
Color information
#C0AB99 (or 0xC0AB99) is known color: Silk. HEX triplet: C0, AB and 99. RGB value is (192,171,153). Sum of RGB (Red+Green+Blue) = 192+171+153=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB99 is #3F5466. Grayscale: #AFAFAF. Windows color (decimal): -4150375 or 10070976. OLE color: 10070976.
HSL color Cylindrical-coordinate representation of color #C0AB99: hue angle of 27.69º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0AB99 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 153 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.25 |
| HSL | 27.69º | 0.24% | 0.68% | - |
| HSV(B) | 27.69º | 0.2% | 0.75% | - |
| XYZ | 42.05 | 42.63 | 36.15 | - |
| YUV | 175.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 153 | 0 | 0.11 | 0.20 | 0.25 | 27.69 | 0.24 | 0.68 |
| Hex | C0 | AB | 99 | 0 | B | 14 | 19 | 1C | 18 | 44 |
| Octal | 300 | 253 | 231 | 0 | 13 | 24 | 31 | 34 | 30 | 104 |
| Binary | 11000000 | 10101011 | 10011001 | 0 | 1011 | 10100 | 11001 | 11100 | 11000 | 1000100 |
Color Harmonies of #C0AB99
Complementary color
Monochromatic Colors of #C0AB99
Black with #C0AB99
Text Example
Text Example
White with #C0AB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB99; }
p { color: rgb(192,171,153); }
H1.HeaderClassName
{
color: #C0AB99;
}
.AnyTagClassName
{
color: #C0AB99;
}
</style>
background-color css
<style>
a { background-color: #C0AB99; }
a { background-color: rgb(192,171,153); }
div.DivClassName
{
background-color: #C0AB99;
}
.BgClassName
{
background-color: #C0AB99;
}
</style>
border-color css
<style>
span { border-color: #C0AB99; }
span { border-color: rgb(192,171,153); }
td.TdClassName
{
border-color: #C0AB99;
}
.TagClassName
{
border-color: #C0AB99;
}
</style>