Shades of Silk #C0AB9E
Tints of Silk #C0AB9E
RGB
CMYK
RGB Variations
Color information
#C0AB9E (or 0xC0AB9E) is known color: Silk. HEX triplet: C0, AB and 9E. RGB value is (192,171,158). Sum of RGB (Red+Green+Blue) = 192+171+158=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB9E is #3F5461. Grayscale: #AFAFAF. Windows color (decimal): -4150370 or 10398656. OLE color: 10398656.
HSL color Cylindrical-coordinate representation of color #C0AB9E: hue angle of 22.94º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0AB9E is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 171 | 158 | - |
CMYK | 0 | 0.11 | 0.18 | 0.25 |
HSL | 22.94º | 0.21% | 0.69% | - |
HSV(B) | 22.94º | 0.18% | 0.75% | - |
XYZ | 42.47 | 42.8 | 38.37 | - |
YUV | 175.8 | 117.96 | 139.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 171 | 158 | 0 | 0.11 | 0.18 | 0.25 | 22.94 | 0.21 | 0.69 |
Hex | C0 | AB | 9E | 0 | B | 12 | 19 | 17 | 15 | 45 |
Octal | 300 | 253 | 236 | 0 | 13 | 22 | 31 | 27 | 25 | 105 |
Binary | 11000000 | 10101011 | 10011110 | 0 | 1011 | 10010 | 11001 | 10111 | 10101 | 1000101 |
Color Harmonies of #C0AB9E
Complementary color
Monochromatic Colors of #C0AB9E
Black with #C0AB9E
Text Example
Text Example
White with #C0AB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB9E; }
p { color: rgb(192,171,158); }
H1.HeaderClassName
{
color: #C0AB9E;
}
.AnyTagClassName
{
color: #C0AB9E;
}
</style>
background-color css
<style>
a { background-color: #C0AB9E; }
a { background-color: rgb(192,171,158); }
div.DivClassName
{
background-color: #C0AB9E;
}
.BgClassName
{
background-color: #C0AB9E;
}
</style>
border-color css
<style>
span { border-color: #C0AB9E; }
span { border-color: rgb(192,171,158); }
td.TdClassName
{
border-color: #C0AB9E;
}
.TagClassName
{
border-color: #C0AB9E;
}
</style>