Shades of Lily #CB9FBA
Tints of Lily #CB9FBA
RGB
CMYK
RGB Variations
Color information
#CB9FBA (or 0xCB9FBA) is known color: Lily. HEX triplet: CB, 9F and BA. RGB value is (203,159,186). Sum of RGB (Red+Green+Blue) = 203+159+186=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9FBA is #346045. Grayscale: #AFAFAF. Windows color (decimal): -3432518 or 12230603. OLE color: 12230603.
HSL color Cylindrical-coordinate representation of color #CB9FBA: hue angle of 323.18º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CB9FBA is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 186 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.20 |
| HSL | 323.18º | 0.3% | 0.71% | - |
| HSV(B) | 323.18º | 0.22% | 0.8% | - |
| XYZ | 45.89 | 41.04 | 51.96 | - |
| YUV | 175.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 186 | 0 | 0.22 | 0.08 | 0.20 | 323.18 | 0.3 | 0.71 |
| Hex | CB | 9F | BA | 0 | 16 | 8 | 14 | 143 | 1E | 47 |
| Octal | 313 | 237 | 272 | 0 | 26 | 10 | 24 | 503 | 36 | 107 |
| Binary | 11001011 | 10011111 | 10111010 | 0 | 10110 | 1000 | 10100 | 101000011 | 11110 | 1000111 |
Color Harmonies of #CB9FBA
Complementary color
Monochromatic Colors of #CB9FBA
Black with #CB9FBA
Text Example
Text Example
White with #CB9FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9FBA; }
p { color: rgb(203,159,186); }
H1.HeaderClassName
{
color: #CB9FBA;
}
.AnyTagClassName
{
color: #CB9FBA;
}
</style>
background-color css
<style>
a { background-color: #CB9FBA; }
a { background-color: rgb(203,159,186); }
div.DivClassName
{
background-color: #CB9FBA;
}
.BgClassName
{
background-color: #CB9FBA;
}
</style>
border-color css
<style>
span { border-color: #CB9FBA; }
span { border-color: rgb(203,159,186); }
td.TdClassName
{
border-color: #CB9FBA;
}
.TagClassName
{
border-color: #CB9FBA;
}
</style>