Shades of Silk #C0A999
Tints of Silk #C0A999
RGB
CMYK
RGB Variations
Color information
#C0A999 (or 0xC0A999) is known color: Silk. HEX triplet: C0, A9 and 99. RGB value is (192,169,153). Sum of RGB (Red+Green+Blue) = 192+169+153=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A999 is #3F5666. Grayscale: #AEAEAE. Windows color (decimal): -4150887 or 10070464. OLE color: 10070464.
HSL color Cylindrical-coordinate representation of color #C0A999: hue angle of 24.62º 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 #C0A999 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 153 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.25 |
| HSL | 24.62º | 0.24% | 0.68% | - |
| HSV(B) | 24.62º | 0.2% | 0.75% | - |
| XYZ | 41.68 | 41.88 | 36.02 | - |
| YUV | 174.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 153 | 0 | 0.12 | 0.20 | 0.25 | 24.62 | 0.24 | 0.68 |
| Hex | C0 | A9 | 99 | 0 | C | 14 | 19 | 19 | 18 | 44 |
| Octal | 300 | 251 | 231 | 0 | 14 | 24 | 31 | 31 | 30 | 104 |
| Binary | 11000000 | 10101001 | 10011001 | 0 | 1100 | 10100 | 11001 | 11001 | 11000 | 1000100 |
Color Harmonies of #C0A999
Complementary color
Monochromatic Colors of #C0A999
Black with #C0A999
Text Example
Text Example
White with #C0A999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A999; }
p { color: rgb(192,169,153); }
H1.HeaderClassName
{
color: #C0A999;
}
.AnyTagClassName
{
color: #C0A999;
}
</style>
background-color css
<style>
a { background-color: #C0A999; }
a { background-color: rgb(192,169,153); }
div.DivClassName
{
background-color: #C0A999;
}
.BgClassName
{
background-color: #C0A999;
}
</style>
border-color css
<style>
span { border-color: #C0A999; }
span { border-color: rgb(192,169,153); }
td.TdClassName
{
border-color: #C0A999;
}
.TagClassName
{
border-color: #C0A999;
}
</style>