Shades of Silk #C0ADA1
Tints of Silk #C0ADA1
RGB
CMYK
RGB Variations
Color information
#C0ADA1 (or 0xC0ADA1) is known color: Silk. HEX triplet: C0, AD and A1. RGB value is (192,173,161). Sum of RGB (Red+Green+Blue) = 192+173+161=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ADA1 is #3F525E. Grayscale: #B1B1B1. Windows color (decimal): -4149855 or 10595776. OLE color: 10595776.
HSL color Cylindrical-coordinate representation of color #C0ADA1: hue angle of 23.23º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0ADA1 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 161 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.25 |
| HSL | 23.23º | 0.2% | 0.69% | - |
| HSV(B) | 23.23º | 0.16% | 0.75% | - |
| XYZ | 43.11 | 43.67 | 39.87 | - |
| YUV | 177.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 161 | 0 | 0.10 | 0.16 | 0.25 | 23.23 | 0.2 | 0.69 |
| Hex | C0 | AD | A1 | 0 | A | 10 | 19 | 17 | 14 | 45 |
| Octal | 300 | 255 | 241 | 0 | 12 | 20 | 31 | 27 | 24 | 105 |
| Binary | 11000000 | 10101101 | 10100001 | 0 | 1010 | 10000 | 11001 | 10111 | 10100 | 1000101 |
Color Harmonies of #C0ADA1
Complementary color
Monochromatic Colors of #C0ADA1
Black with #C0ADA1
Text Example
Text Example
White with #C0ADA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADA1; }
p { color: rgb(192,173,161); }
H1.HeaderClassName
{
color: #C0ADA1;
}
.AnyTagClassName
{
color: #C0ADA1;
}
</style>
background-color css
<style>
a { background-color: #C0ADA1; }
a { background-color: rgb(192,173,161); }
div.DivClassName
{
background-color: #C0ADA1;
}
.BgClassName
{
background-color: #C0ADA1;
}
</style>
border-color css
<style>
span { border-color: #C0ADA1; }
span { border-color: rgb(192,173,161); }
td.TdClassName
{
border-color: #C0ADA1;
}
.TagClassName
{
border-color: #C0ADA1;
}
</style>