Shades of Lily #C096B2
Tints of Lily #C096B2
RGB
CMYK
RGB Variations
Color information
#C096B2 (or 0xC096B2) is known color: Lily. HEX triplet: C0, 96 and B2. RGB value is (192,150,178). Sum of RGB (Red+Green+Blue) = 192+150+178=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C096B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C096B2 is #3F694D. Grayscale: #A5A5A5. Windows color (decimal): -4155726 or 11704000. OLE color: 11704000.
HSL color Cylindrical-coordinate representation of color #C096B2: hue angle of 320º 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 #C096B2 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 178 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.25 |
| HSL | 320º | 0.25% | 0.67% | - |
| HSV(B) | 320º | 0.22% | 0.75% | - |
| XYZ | 40.68 | 36.23 | 46.97 | - |
| YUV | 165.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 178 | 0 | 0.22 | 0.07 | 0.25 | 320 | 0.25 | 0.67 |
| Hex | C0 | 96 | B2 | 0 | 16 | 7 | 19 | 140 | 19 | 43 |
| Octal | 300 | 226 | 262 | 0 | 26 | 7 | 31 | 500 | 31 | 103 |
| Binary | 11000000 | 10010110 | 10110010 | 0 | 10110 | 111 | 11001 | 101000000 | 11001 | 1000011 |
Color Harmonies of #C096B2
Complementary color
Monochromatic Colors of #C096B2
Black with #C096B2
Text Example
Text Example
White with #C096B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C096B2; }
p { color: rgb(192,150,178); }
H1.HeaderClassName
{
color: #C096B2;
}
.AnyTagClassName
{
color: #C096B2;
}
</style>
background-color css
<style>
a { background-color: #C096B2; }
a { background-color: rgb(192,150,178); }
div.DivClassName
{
background-color: #C096B2;
}
.BgClassName
{
background-color: #C096B2;
}
</style>
border-color css
<style>
span { border-color: #C096B2; }
span { border-color: rgb(192,150,178); }
td.TdClassName
{
border-color: #C096B2;
}
.TagClassName
{
border-color: #C096B2;
}
</style>