Shades of Lily #CB96BC
Tints of Lily #CB96BC
RGB
CMYK
RGB Variations
Color information
#CB96BC (or 0xCB96BC) is known color: Lily. HEX triplet: CB, 96 and BC. RGB value is (203,150,188). Sum of RGB (Red+Green+Blue) = 203+150+188=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96BC is #346943. Grayscale: #AAAAAA. Windows color (decimal): -3434820 or 12359371. OLE color: 12359371.
HSL color Cylindrical-coordinate representation of color #CB96BC: hue angle of 316.98º 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 #CB96BC is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 188 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.20 |
| HSL | 316.98º | 0.34% | 0.69% | - |
| HSV(B) | 316.98º | 0.26% | 0.8% | - |
| XYZ | 44.61 | 38.14 | 52.59 | - |
| YUV | 170.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 188 | 0 | 0.26 | 0.07 | 0.20 | 316.98 | 0.34 | 0.69 |
| Hex | CB | 96 | BC | 0 | 1A | 7 | 14 | 13D | 22 | 45 |
| Octal | 313 | 226 | 274 | 0 | 32 | 7 | 24 | 475 | 42 | 105 |
| Binary | 11001011 | 10010110 | 10111100 | 0 | 11010 | 111 | 10100 | 100111101 | 100010 | 1000101 |
Color Harmonies of #CB96BC
Complementary color
Monochromatic Colors of #CB96BC
Black with #CB96BC
Text Example
Text Example
White with #CB96BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB96BC; }
p { color: rgb(203,150,188); }
H1.HeaderClassName
{
color: #CB96BC;
}
.AnyTagClassName
{
color: #CB96BC;
}
</style>
background-color css
<style>
a { background-color: #CB96BC; }
a { background-color: rgb(203,150,188); }
div.DivClassName
{
background-color: #CB96BC;
}
.BgClassName
{
background-color: #CB96BC;
}
</style>
border-color css
<style>
span { border-color: #CB96BC; }
span { border-color: rgb(203,150,188); }
td.TdClassName
{
border-color: #CB96BC;
}
.TagClassName
{
border-color: #CB96BC;
}
</style>