Shades of Lily #CB99B1
Tints of Lily #CB99B1
RGB
CMYK
RGB Variations
Color information
#CB99B1 (or 0xCB99B1) is known color: Lily. HEX triplet: CB, 99 and B1. RGB value is (203,153,177). Sum of RGB (Red+Green+Blue) = 203+153+177=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CB99B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB99B1 is #34664E. Grayscale: #AAAAAA. Windows color (decimal): -3434063 or 11639243. OLE color: 11639243.
HSL color Cylindrical-coordinate representation of color #CB99B1: hue angle of 331.2º 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 #CB99B1 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 177 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.20 |
| HSL | 331.2º | 0.32% | 0.7% | - |
| HSV(B) | 331.2º | 0.25% | 0.8% | - |
| XYZ | 43.96 | 38.65 | 46.74 | - |
| YUV | 170.69 | 131.57 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 177 | 0 | 0.25 | 0.13 | 0.20 | 331.2 | 0.32 | 0.7 |
| Hex | CB | 99 | B1 | 0 | 19 | D | 14 | 14B | 20 | 46 |
| Octal | 313 | 231 | 261 | 0 | 31 | 15 | 24 | 513 | 40 | 106 |
| Binary | 11001011 | 10011001 | 10110001 | 0 | 11001 | 1101 | 10100 | 101001011 | 100000 | 1000110 |
Color Harmonies of #CB99B1
Complementary color
Monochromatic Colors of #CB99B1
Black with #CB99B1
Text Example
Text Example
White with #CB99B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB99B1; }
p { color: rgb(203,153,177); }
H1.HeaderClassName
{
color: #CB99B1;
}
.AnyTagClassName
{
color: #CB99B1;
}
</style>
background-color css
<style>
a { background-color: #CB99B1; }
a { background-color: rgb(203,153,177); }
div.DivClassName
{
background-color: #CB99B1;
}
.BgClassName
{
background-color: #CB99B1;
}
</style>
border-color css
<style>
span { border-color: #CB99B1; }
span { border-color: rgb(203,153,177); }
td.TdClassName
{
border-color: #CB99B1;
}
.TagClassName
{
border-color: #CB99B1;
}
</style>