Shades of Lily #C096B3
Tints of Lily #C096B3
RGB
CMYK
RGB Variations
Color information
#C096B3 (or 0xC096B3) is known color: Lily. HEX triplet: C0, 96 and B3. RGB value is (192,150,179). Sum of RGB (Red+Green+Blue) = 192+150+179=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C096B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096B3 is #3F694C. Grayscale: #A5A5A5. Windows color (decimal): -4155725 or 11769536. OLE color: 11769536.
HSL color Cylindrical-coordinate representation of color #C096B3: hue angle of 318.57º 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 #C096B3 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 179 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.25 |
| HSL | 318.57º | 0.25% | 0.67% | - |
| HSV(B) | 318.57º | 0.22% | 0.75% | - |
| XYZ | 40.78 | 36.27 | 47.5 | - |
| YUV | 165.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 179 | 0 | 0.22 | 0.07 | 0.25 | 318.57 | 0.25 | 0.67 |
| Hex | C0 | 96 | B3 | 0 | 16 | 7 | 19 | 13F | 19 | 43 |
| Octal | 300 | 226 | 263 | 0 | 26 | 7 | 31 | 477 | 31 | 103 |
| Binary | 11000000 | 10010110 | 10110011 | 0 | 10110 | 111 | 11001 | 100111111 | 11001 | 1000011 |
Color Harmonies of #C096B3
Complementary color
Monochromatic Colors of #C096B3
Black with #C096B3
Text Example
Text Example
White with #C096B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C096B3; }
p { color: rgb(192,150,179); }
H1.HeaderClassName
{
color: #C096B3;
}
.AnyTagClassName
{
color: #C096B3;
}
</style>
background-color css
<style>
a { background-color: #C096B3; }
a { background-color: rgb(192,150,179); }
div.DivClassName
{
background-color: #C096B3;
}
.BgClassName
{
background-color: #C096B3;
}
</style>
border-color css
<style>
span { border-color: #C096B3; }
span { border-color: rgb(192,150,179); }
td.TdClassName
{
border-color: #C096B3;
}
.TagClassName
{
border-color: #C096B3;
}
</style>