Shades of Silk #C0AEA1
Tints of Silk #C0AEA1
RGB
CMYK
RGB Variations
Color information
#C0AEA1 (or 0xC0AEA1) is known color: Silk. HEX triplet: C0, AE and A1. RGB value is (192,174,161). Sum of RGB (Red+Green+Blue) = 192+174+161=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AEA1 is #3F515E. Grayscale: #B1B1B1. Windows color (decimal): -4149599 or 10596032. OLE color: 10596032.
HSL color Cylindrical-coordinate representation of color #C0AEA1: hue angle of 25.16º 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 #C0AEA1 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 161 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.25 |
| HSL | 25.16º | 0.2% | 0.69% | - |
| HSV(B) | 25.16º | 0.16% | 0.75% | - |
| XYZ | 43.31 | 44.05 | 39.94 | - |
| YUV | 177.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 161 | 0 | 0.09 | 0.16 | 0.25 | 25.16 | 0.2 | 0.69 |
| Hex | C0 | AE | A1 | 0 | 9 | 10 | 19 | 19 | 14 | 45 |
| Octal | 300 | 256 | 241 | 0 | 11 | 20 | 31 | 31 | 24 | 105 |
| Binary | 11000000 | 10101110 | 10100001 | 0 | 1001 | 10000 | 11001 | 11001 | 10100 | 1000101 |
Color Harmonies of #C0AEA1
Complementary color
Monochromatic Colors of #C0AEA1
Black with #C0AEA1
Text Example
Text Example
White with #C0AEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEA1; }
p { color: rgb(192,174,161); }
H1.HeaderClassName
{
color: #C0AEA1;
}
.AnyTagClassName
{
color: #C0AEA1;
}
</style>
background-color css
<style>
a { background-color: #C0AEA1; }
a { background-color: rgb(192,174,161); }
div.DivClassName
{
background-color: #C0AEA1;
}
.BgClassName
{
background-color: #C0AEA1;
}
</style>
border-color css
<style>
span { border-color: #C0AEA1; }
span { border-color: rgb(192,174,161); }
td.TdClassName
{
border-color: #C0AEA1;
}
.TagClassName
{
border-color: #C0AEA1;
}
</style>