Shades of Silk #C0AE9E
Tints of Silk #C0AE9E
RGB
CMYK
RGB Variations
Color information
#C0AE9E (or 0xC0AE9E) is known color: Silk. HEX triplet: C0, AE and 9E. RGB value is (192,174,158). Sum of RGB (Red+Green+Blue) = 192+174+158=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AE9E is #3F5161. Grayscale: #B1B1B1. Windows color (decimal): -4149602 or 10399424. OLE color: 10399424.
HSL color Cylindrical-coordinate representation of color #C0AE9E: hue angle of 28.24º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0AE9E is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 158 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.25 |
| HSL | 28.24º | 0.21% | 0.69% | - |
| HSV(B) | 28.24º | 0.18% | 0.75% | - |
| XYZ | 43.05 | 43.95 | 38.56 | - |
| YUV | 177.56 | 116.96 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 158 | 0 | 0.09 | 0.18 | 0.25 | 28.24 | 0.21 | 0.69 |
| Hex | C0 | AE | 9E | 0 | 9 | 12 | 19 | 1C | 15 | 45 |
| Octal | 300 | 256 | 236 | 0 | 11 | 22 | 31 | 34 | 25 | 105 |
| Binary | 11000000 | 10101110 | 10011110 | 0 | 1001 | 10010 | 11001 | 11100 | 10101 | 1000101 |
Color Harmonies of #C0AE9E
Complementary color
Monochromatic Colors of #C0AE9E
Black with #C0AE9E
Text Example
Text Example
White with #C0AE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE9E; }
p { color: rgb(192,174,158); }
H1.HeaderClassName
{
color: #C0AE9E;
}
.AnyTagClassName
{
color: #C0AE9E;
}
</style>
background-color css
<style>
a { background-color: #C0AE9E; }
a { background-color: rgb(192,174,158); }
div.DivClassName
{
background-color: #C0AE9E;
}
.BgClassName
{
background-color: #C0AE9E;
}
</style>
border-color css
<style>
span { border-color: #C0AE9E; }
span { border-color: rgb(192,174,158); }
td.TdClassName
{
border-color: #C0AE9E;
}
.TagClassName
{
border-color: #C0AE9E;
}
</style>