Shades of Silk #C0A997
Tints of Silk #C0A997
RGB
CMYK
RGB Variations
Color information
#C0A997 (or 0xC0A997) is known color: Silk. HEX triplet: C0, A9 and 97. RGB value is (192,169,151). Sum of RGB (Red+Green+Blue) = 192+169+151=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A997 is #3F5668. Grayscale: #ADADAD. Windows color (decimal): -4150889 or 9939392. OLE color: 9939392.
HSL color Cylindrical-coordinate representation of color #C0A997: hue angle of 26.34º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0A997 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 151 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.25 |
| HSL | 26.34º | 0.25% | 0.67% | - |
| HSV(B) | 26.34º | 0.21% | 0.75% | - |
| XYZ | 41.51 | 41.82 | 35.16 | - |
| YUV | 173.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 151 | 0 | 0.12 | 0.21 | 0.25 | 26.34 | 0.25 | 0.67 |
| Hex | C0 | A9 | 97 | 0 | C | 15 | 19 | 1A | 19 | 43 |
| Octal | 300 | 251 | 227 | 0 | 14 | 25 | 31 | 32 | 31 | 103 |
| Binary | 11000000 | 10101001 | 10010111 | 0 | 1100 | 10101 | 11001 | 11010 | 11001 | 1000011 |
Color Harmonies of #C0A997
Complementary color
Monochromatic Colors of #C0A997
Black with #C0A997
Text Example
Text Example
White with #C0A997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A997; }
p { color: rgb(192,169,151); }
H1.HeaderClassName
{
color: #C0A997;
}
.AnyTagClassName
{
color: #C0A997;
}
</style>
background-color css
<style>
a { background-color: #C0A997; }
a { background-color: rgb(192,169,151); }
div.DivClassName
{
background-color: #C0A997;
}
.BgClassName
{
background-color: #C0A997;
}
</style>
border-color css
<style>
span { border-color: #C0A997; }
span { border-color: rgb(192,169,151); }
td.TdClassName
{
border-color: #C0A997;
}
.TagClassName
{
border-color: #C0A997;
}
</style>