Shades of Lily #CB99B3
Tints of Lily #CB99B3
RGB
CMYK
RGB Variations
Color information
#CB99B3 (or 0xCB99B3) is known color: Lily. HEX triplet: CB, 99 and B3. RGB value is (203,153,179). Sum of RGB (Red+Green+Blue) = 203+153+179=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CB99B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99B3 is #34664C. Grayscale: #AAAAAA. Windows color (decimal): -3434061 or 11770315. OLE color: 11770315.
HSL color Cylindrical-coordinate representation of color #CB99B3: hue angle of 328.8º 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 #CB99B3 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 179 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.20 |
| HSL | 328.8º | 0.32% | 0.7% | - |
| HSV(B) | 328.8º | 0.25% | 0.8% | - |
| XYZ | 44.16 | 38.73 | 47.8 | - |
| YUV | 170.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 179 | 0 | 0.25 | 0.12 | 0.20 | 328.8 | 0.32 | 0.7 |
| Hex | CB | 99 | B3 | 0 | 19 | C | 14 | 149 | 20 | 46 |
| Octal | 313 | 231 | 263 | 0 | 31 | 14 | 24 | 511 | 40 | 106 |
| Binary | 11001011 | 10011001 | 10110011 | 0 | 11001 | 1100 | 10100 | 101001001 | 100000 | 1000110 |
Color Harmonies of #CB99B3
Complementary color
Monochromatic Colors of #CB99B3
Black with #CB99B3
Text Example
Text Example
White with #CB99B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB99B3; }
p { color: rgb(203,153,179); }
H1.HeaderClassName
{
color: #CB99B3;
}
.AnyTagClassName
{
color: #CB99B3;
}
</style>
background-color css
<style>
a { background-color: #CB99B3; }
a { background-color: rgb(203,153,179); }
div.DivClassName
{
background-color: #CB99B3;
}
.BgClassName
{
background-color: #CB99B3;
}
</style>
border-color css
<style>
span { border-color: #CB99B3; }
span { border-color: rgb(203,153,179); }
td.TdClassName
{
border-color: #CB99B3;
}
.TagClassName
{
border-color: #CB99B3;
}
</style>