Shades of Lily #C090B5
Tints of Lily #C090B5
RGB
CMYK
RGB Variations
Color information
#C090B5 (or 0xC090B5) is known color: Lily. HEX triplet: C0, 90 and B5. RGB value is (192,144,181). Sum of RGB (Red+Green+Blue) = 192+144+181=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C090B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090B5 is #3F6F4A. Grayscale: #A2A2A2. Windows color (decimal): -4157259 or 11899072. OLE color: 11899072.
HSL color Cylindrical-coordinate representation of color #C090B5: hue angle of 313.75º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C090B5 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 181 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.25 |
| HSL | 313.75º | 0.28% | 0.66% | - |
| HSV(B) | 313.75º | 0.25% | 0.75% | - |
| XYZ | 40.05 | 34.49 | 48.26 | - |
| YUV | 162.57 | 138.4 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 181 | 0 | 0.25 | 0.06 | 0.25 | 313.75 | 0.28 | 0.66 |
| Hex | C0 | 90 | B5 | 0 | 19 | 6 | 19 | 13A | 1C | 42 |
| Octal | 300 | 220 | 265 | 0 | 31 | 6 | 31 | 472 | 34 | 102 |
| Binary | 11000000 | 10010000 | 10110101 | 0 | 11001 | 110 | 11001 | 100111010 | 11100 | 1000010 |
Color Harmonies of #C090B5
Complementary color
Monochromatic Colors of #C090B5
Black with #C090B5
Text Example
Text Example
White with #C090B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C090B5; }
p { color: rgb(192,144,181); }
H1.HeaderClassName
{
color: #C090B5;
}
.AnyTagClassName
{
color: #C090B5;
}
</style>
background-color css
<style>
a { background-color: #C090B5; }
a { background-color: rgb(192,144,181); }
div.DivClassName
{
background-color: #C090B5;
}
.BgClassName
{
background-color: #C090B5;
}
</style>
border-color css
<style>
span { border-color: #C090B5; }
span { border-color: rgb(192,144,181); }
td.TdClassName
{
border-color: #C090B5;
}
.TagClassName
{
border-color: #C090B5;
}
</style>