Shades of Lily #CB99BF
Tints of Lily #CB99BF
RGB
CMYK
RGB Variations
Color information
#CB99BF (or 0xCB99BF) is known color: Lily. HEX triplet: CB, 99 and BF. RGB value is (203,153,191). Sum of RGB (Red+Green+Blue) = 203+153+191=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CB99BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99BF is #346640. Grayscale: #ACACAC. Windows color (decimal): -3434049 or 12556747. OLE color: 12556747.
HSL color Cylindrical-coordinate representation of color #CB99BF: hue angle of 314.4º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CB99BF is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 191 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.20 |
| HSL | 314.4º | 0.32% | 0.7% | - |
| HSV(B) | 314.4º | 0.25% | 0.8% | - |
| XYZ | 45.42 | 39.24 | 54.47 | - |
| YUV | 172.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 191 | 0 | 0.25 | 0.06 | 0.20 | 314.4 | 0.32 | 0.7 |
| Hex | CB | 99 | BF | 0 | 19 | 6 | 14 | 13A | 20 | 46 |
| Octal | 313 | 231 | 277 | 0 | 31 | 6 | 24 | 472 | 40 | 106 |
| Binary | 11001011 | 10011001 | 10111111 | 0 | 11001 | 110 | 10100 | 100111010 | 100000 | 1000110 |
Color Harmonies of #CB99BF
Complementary color
Monochromatic Colors of #CB99BF
Black with #CB99BF
Text Example
Text Example
White with #CB99BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB99BF; }
p { color: rgb(203,153,191); }
H1.HeaderClassName
{
color: #CB99BF;
}
.AnyTagClassName
{
color: #CB99BF;
}
</style>
background-color css
<style>
a { background-color: #CB99BF; }
a { background-color: rgb(203,153,191); }
div.DivClassName
{
background-color: #CB99BF;
}
.BgClassName
{
background-color: #CB99BF;
}
</style>
border-color css
<style>
span { border-color: #CB99BF; }
span { border-color: rgb(203,153,191); }
td.TdClassName
{
border-color: #CB99BF;
}
.TagClassName
{
border-color: #CB99BF;
}
</style>