Shades of Lily #CB99B9
Tints of Lily #CB99B9
RGB
CMYK
RGB Variations
Color information
#CB99B9 (or 0xCB99B9) is known color: Lily. HEX triplet: CB, 99 and B9. RGB value is (203,153,185). Sum of RGB (Red+Green+Blue) = 203+153+185=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CB99B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99B9 is #346646. Grayscale: #ABABAB. Windows color (decimal): -3434055 or 12163531. OLE color: 12163531.
HSL color Cylindrical-coordinate representation of color #CB99B9: hue angle of 321.6º 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 #CB99B9 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 185 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.20 |
| HSL | 321.6º | 0.32% | 0.7% | - |
| HSV(B) | 321.6º | 0.25% | 0.8% | - |
| XYZ | 44.78 | 38.98 | 51.06 | - |
| YUV | 171.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 185 | 0 | 0.25 | 0.09 | 0.20 | 321.6 | 0.32 | 0.7 |
| Hex | CB | 99 | B9 | 0 | 19 | 9 | 14 | 142 | 20 | 46 |
| Octal | 313 | 231 | 271 | 0 | 31 | 11 | 24 | 502 | 40 | 106 |
| Binary | 11001011 | 10011001 | 10111001 | 0 | 11001 | 1001 | 10100 | 101000010 | 100000 | 1000110 |
Color Harmonies of #CB99B9
Complementary color
Monochromatic Colors of #CB99B9
Black with #CB99B9
Text Example
Text Example
White with #CB99B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB99B9; }
p { color: rgb(203,153,185); }
H1.HeaderClassName
{
color: #CB99B9;
}
.AnyTagClassName
{
color: #CB99B9;
}
</style>
background-color css
<style>
a { background-color: #CB99B9; }
a { background-color: rgb(203,153,185); }
div.DivClassName
{
background-color: #CB99B9;
}
.BgClassName
{
background-color: #CB99B9;
}
</style>
border-color css
<style>
span { border-color: #CB99B9; }
span { border-color: rgb(203,153,185); }
td.TdClassName
{
border-color: #CB99B9;
}
.TagClassName
{
border-color: #CB99B9;
}
</style>