Shades of Lily #CB90B9
Tints of Lily #CB90B9
RGB
CMYK
RGB Variations
Color information
#CB90B9 (or 0xCB90B9) is known color: Lily. HEX triplet: CB, 90 and B9. RGB value is (203,144,185). Sum of RGB (Red+Green+Blue) = 203+144+185=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CB90B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90B9 is #346F46. Grayscale: #A6A6A6. Windows color (decimal): -3436359 or 12161227. OLE color: 12161227.
HSL color Cylindrical-coordinate representation of color #CB90B9: hue angle of 318.31º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB90B9 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 185 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.20 |
| HSL | 318.31º | 0.36% | 0.68% | - |
| HSV(B) | 318.31º | 0.29% | 0.8% | - |
| XYZ | 43.36 | 36.15 | 50.59 | - |
| YUV | 166.32 | 138.55 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 185 | 0 | 0.29 | 0.09 | 0.20 | 318.31 | 0.36 | 0.68 |
| Hex | CB | 90 | B9 | 0 | 1D | 9 | 14 | 13E | 24 | 44 |
| Octal | 313 | 220 | 271 | 0 | 35 | 11 | 24 | 476 | 44 | 104 |
| Binary | 11001011 | 10010000 | 10111001 | 0 | 11101 | 1001 | 10100 | 100111110 | 100100 | 1000100 |
Color Harmonies of #CB90B9
Complementary color
Monochromatic Colors of #CB90B9
Black with #CB90B9
Text Example
Text Example
White with #CB90B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB90B9; }
p { color: rgb(203,144,185); }
H1.HeaderClassName
{
color: #CB90B9;
}
.AnyTagClassName
{
color: #CB90B9;
}
</style>
background-color css
<style>
a { background-color: #CB90B9; }
a { background-color: rgb(203,144,185); }
div.DivClassName
{
background-color: #CB90B9;
}
.BgClassName
{
background-color: #CB90B9;
}
</style>
border-color css
<style>
span { border-color: #CB90B9; }
span { border-color: rgb(203,144,185); }
td.TdClassName
{
border-color: #CB90B9;
}
.TagClassName
{
border-color: #CB90B9;
}
</style>