Shades of Silk #C0AB97
Tints of Silk #C0AB97
RGB
CMYK
RGB Variations
Color information
#C0AB97 (or 0xC0AB97) is known color: Silk. HEX triplet: C0, AB and 97. RGB value is (192,171,151). Sum of RGB (Red+Green+Blue) = 192+171+151=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB97 is #3F5468. Grayscale: #AFAFAF. Windows color (decimal): -4150377 or 9939904. OLE color: 9939904.
HSL color Cylindrical-coordinate representation of color #C0AB97: hue angle of 29.27º 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 #C0AB97 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 151 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.25 |
| HSL | 29.27º | 0.25% | 0.67% | - |
| HSV(B) | 29.27º | 0.21% | 0.75% | - |
| XYZ | 41.89 | 42.57 | 35.29 | - |
| YUV | 175 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 151 | 0 | 0.11 | 0.21 | 0.25 | 29.27 | 0.25 | 0.67 |
| Hex | C0 | AB | 97 | 0 | B | 15 | 19 | 1D | 19 | 43 |
| Octal | 300 | 253 | 227 | 0 | 13 | 25 | 31 | 35 | 31 | 103 |
| Binary | 11000000 | 10101011 | 10010111 | 0 | 1011 | 10101 | 11001 | 11101 | 11001 | 1000011 |
Color Harmonies of #C0AB97
Complementary color
Monochromatic Colors of #C0AB97
Black with #C0AB97
Text Example
Text Example
White with #C0AB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB97; }
p { color: rgb(192,171,151); }
H1.HeaderClassName
{
color: #C0AB97;
}
.AnyTagClassName
{
color: #C0AB97;
}
</style>
background-color css
<style>
a { background-color: #C0AB97; }
a { background-color: rgb(192,171,151); }
div.DivClassName
{
background-color: #C0AB97;
}
.BgClassName
{
background-color: #C0AB97;
}
</style>
border-color css
<style>
span { border-color: #C0AB97; }
span { border-color: rgb(192,171,151); }
td.TdClassName
{
border-color: #C0AB97;
}
.TagClassName
{
border-color: #C0AB97;
}
</style>