Shades of Lily #C0B3B7
Tints of Lily #C0B3B7
RGB
CMYK
RGB Variations
Color information
#C0B3B7 (or 0xC0B3B7) is known color: Lily. HEX triplet: C0, B3 and B7. RGB value is (192,179,183). Sum of RGB (Red+Green+Blue) = 192+179+183=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B3B7 is #3F4C48. Grayscale: #B7B7B7. Windows color (decimal): -4148297 or 12039104. OLE color: 12039104.
HSL color Cylindrical-coordinate representation of color #C0B3B7: hue angle of 341.54º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0B3B7 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 183 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.25 |
| HSL | 341.54º | 0.09% | 0.73% | - |
| HSV(B) | 341.54º | 0.07% | 0.75% | - |
| XYZ | 46.41 | 46.87 | 51.4 | - |
| YUV | 183.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 183 | 0 | 0.07 | 0.05 | 0.25 | 341.54 | 0.09 | 0.73 |
| Hex | C0 | B3 | B7 | 0 | 7 | 5 | 19 | 156 | 9 | 49 |
| Octal | 300 | 263 | 267 | 0 | 7 | 5 | 31 | 526 | 11 | 111 |
| Binary | 11000000 | 10110011 | 10110111 | 0 | 111 | 101 | 11001 | 101010110 | 1001 | 1001001 |
Color Harmonies of #C0B3B7
Complementary color
Monochromatic Colors of #C0B3B7
Black with #C0B3B7
Text Example
Text Example
White with #C0B3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B3B7; }
p { color: rgb(192,179,183); }
H1.HeaderClassName
{
color: #C0B3B7;
}
.AnyTagClassName
{
color: #C0B3B7;
}
</style>
background-color css
<style>
a { background-color: #C0B3B7; }
a { background-color: rgb(192,179,183); }
div.DivClassName
{
background-color: #C0B3B7;
}
.BgClassName
{
background-color: #C0B3B7;
}
</style>
border-color css
<style>
span { border-color: #C0B3B7; }
span { border-color: rgb(192,179,183); }
td.TdClassName
{
border-color: #C0B3B7;
}
.TagClassName
{
border-color: #C0B3B7;
}
</style>