Shades of Silk #C0AE99
Tints of Silk #C0AE99
RGB
CMYK
RGB Variations
Color information
#C0AE99 (or 0xC0AE99) is known color: Silk. HEX triplet: C0, AE and 99. RGB value is (192,174,153). Sum of RGB (Red+Green+Blue) = 192+174+153=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AE99 is #3F5166. Grayscale: #B1B1B1. Windows color (decimal): -4149607 or 10071744. OLE color: 10071744.
HSL color Cylindrical-coordinate representation of color #C0AE99: hue angle of 32.31º 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 #C0AE99 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 153 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.25 |
| HSL | 32.31º | 0.24% | 0.68% | - |
| HSV(B) | 32.31º | 0.2% | 0.75% | - |
| XYZ | 42.62 | 43.78 | 36.34 | - |
| YUV | 176.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 153 | 0 | 0.09 | 0.20 | 0.25 | 32.31 | 0.24 | 0.68 |
| Hex | C0 | AE | 99 | 0 | 9 | 14 | 19 | 20 | 18 | 44 |
| Octal | 300 | 256 | 231 | 0 | 11 | 24 | 31 | 40 | 30 | 104 |
| Binary | 11000000 | 10101110 | 10011001 | 0 | 1001 | 10100 | 11001 | 100000 | 11000 | 1000100 |
Color Harmonies of #C0AE99
Complementary color
Monochromatic Colors of #C0AE99
Black with #C0AE99
Text Example
Text Example
White with #C0AE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE99; }
p { color: rgb(192,174,153); }
H1.HeaderClassName
{
color: #C0AE99;
}
.AnyTagClassName
{
color: #C0AE99;
}
</style>
background-color css
<style>
a { background-color: #C0AE99; }
a { background-color: rgb(192,174,153); }
div.DivClassName
{
background-color: #C0AE99;
}
.BgClassName
{
background-color: #C0AE99;
}
</style>
border-color css
<style>
span { border-color: #C0AE99; }
span { border-color: rgb(192,174,153); }
td.TdClassName
{
border-color: #C0AE99;
}
.TagClassName
{
border-color: #C0AE99;
}
</style>