Shades of Lily #CB96BB
Tints of Lily #CB96BB
RGB
CMYK
RGB Variations
Color information
#CB96BB (or 0xCB96BB) is known color: Lily. HEX triplet: CB, 96 and BB. RGB value is (203,150,187). Sum of RGB (Red+Green+Blue) = 203+150+187=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96BB is #346944. Grayscale: #A9A9A9. Windows color (decimal): -3434821 or 12293835. OLE color: 12293835.
HSL color Cylindrical-coordinate representation of color #CB96BB: hue angle of 318.11º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB96BB is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 187 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.20 |
| HSL | 318.11º | 0.34% | 0.69% | - |
| HSV(B) | 318.11º | 0.26% | 0.8% | - |
| XYZ | 44.5 | 38.1 | 52.02 | - |
| YUV | 170.07 | 137.56 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 187 | 0 | 0.26 | 0.08 | 0.20 | 318.11 | 0.34 | 0.69 |
| Hex | CB | 96 | BB | 0 | 1A | 8 | 14 | 13E | 22 | 45 |
| Octal | 313 | 226 | 273 | 0 | 32 | 10 | 24 | 476 | 42 | 105 |
| Binary | 11001011 | 10010110 | 10111011 | 0 | 11010 | 1000 | 10100 | 100111110 | 100010 | 1000101 |
Color Harmonies of #CB96BB
Complementary color
Monochromatic Colors of #CB96BB
Black with #CB96BB
Text Example
Text Example
White with #CB96BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB96BB; }
p { color: rgb(203,150,187); }
H1.HeaderClassName
{
color: #CB96BB;
}
.AnyTagClassName
{
color: #CB96BB;
}
</style>
background-color css
<style>
a { background-color: #CB96BB; }
a { background-color: rgb(203,150,187); }
div.DivClassName
{
background-color: #CB96BB;
}
.BgClassName
{
background-color: #CB96BB;
}
</style>
border-color css
<style>
span { border-color: #CB96BB; }
span { border-color: rgb(203,150,187); }
td.TdClassName
{
border-color: #CB96BB;
}
.TagClassName
{
border-color: #CB96BB;
}
</style>