Shades of Silk #C0AA99
Tints of Silk #C0AA99
RGB
CMYK
RGB Variations
Color information
#C0AA99 (or 0xC0AA99) is known color: Silk. HEX triplet: C0, AA and 99. RGB value is (192,170,153). Sum of RGB (Red+Green+Blue) = 192+170+153=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AA99 is #3F5566. Grayscale: #AEAEAE. Windows color (decimal): -4150631 or 10070720. OLE color: 10070720.
HSL color Cylindrical-coordinate representation of color #C0AA99: hue angle of 26.15º 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 #C0AA99 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 153 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.25 |
| HSL | 26.15º | 0.24% | 0.68% | - |
| HSV(B) | 26.15º | 0.2% | 0.75% | - |
| XYZ | 41.86 | 42.26 | 36.09 | - |
| YUV | 174.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 153 | 0 | 0.11 | 0.20 | 0.25 | 26.15 | 0.24 | 0.68 |
| Hex | C0 | AA | 99 | 0 | B | 14 | 19 | 1A | 18 | 44 |
| Octal | 300 | 252 | 231 | 0 | 13 | 24 | 31 | 32 | 30 | 104 |
| Binary | 11000000 | 10101010 | 10011001 | 0 | 1011 | 10100 | 11001 | 11010 | 11000 | 1000100 |
Color Harmonies of #C0AA99
Complementary color
Monochromatic Colors of #C0AA99
Black with #C0AA99
Text Example
Text Example
White with #C0AA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA99; }
p { color: rgb(192,170,153); }
H1.HeaderClassName
{
color: #C0AA99;
}
.AnyTagClassName
{
color: #C0AA99;
}
</style>
background-color css
<style>
a { background-color: #C0AA99; }
a { background-color: rgb(192,170,153); }
div.DivClassName
{
background-color: #C0AA99;
}
.BgClassName
{
background-color: #C0AA99;
}
</style>
border-color css
<style>
span { border-color: #C0AA99; }
span { border-color: rgb(192,170,153); }
td.TdClassName
{
border-color: #C0AA99;
}
.TagClassName
{
border-color: #C0AA99;
}
</style>