Shades of Silk #C0AB96
Tints of Silk #C0AB96
RGB
CMYK
RGB Variations
Color information
#C0AB96 (or 0xC0AB96) is known color: Silk. HEX triplet: C0, AB and 96. RGB value is (192,171,150). Sum of RGB (Red+Green+Blue) = 192+171+150=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB96 is #3F5469. Grayscale: #AEAEAE. Windows color (decimal): -4150378 or 9874368. OLE color: 9874368.
HSL color Cylindrical-coordinate representation of color #C0AB96: hue angle of 30º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0AB96 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 150 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.25 |
| HSL | 30º | 0.25% | 0.67% | - |
| HSV(B) | 30º | 0.22% | 0.75% | - |
| XYZ | 41.81 | 42.53 | 34.86 | - |
| YUV | 174.89 | 113.96 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 150 | 0 | 0.11 | 0.22 | 0.25 | 30 | 0.25 | 0.67 |
| Hex | C0 | AB | 96 | 0 | B | 16 | 19 | 1E | 19 | 43 |
| Octal | 300 | 253 | 226 | 0 | 13 | 26 | 31 | 36 | 31 | 103 |
| Binary | 11000000 | 10101011 | 10010110 | 0 | 1011 | 10110 | 11001 | 11110 | 11001 | 1000011 |
Color Harmonies of #C0AB96
Complementary color
Monochromatic Colors of #C0AB96
Black with #C0AB96
Text Example
Text Example
White with #C0AB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB96; }
p { color: rgb(192,171,150); }
H1.HeaderClassName
{
color: #C0AB96;
}
.AnyTagClassName
{
color: #C0AB96;
}
</style>
background-color css
<style>
a { background-color: #C0AB96; }
a { background-color: rgb(192,171,150); }
div.DivClassName
{
background-color: #C0AB96;
}
.BgClassName
{
background-color: #C0AB96;
}
</style>
border-color css
<style>
span { border-color: #C0AB96; }
span { border-color: rgb(192,171,150); }
td.TdClassName
{
border-color: #C0AB96;
}
.TagClassName
{
border-color: #C0AB96;
}
</style>