Shades of Lily #CBA0BB
Tints of Lily #CBA0BB
RGB
CMYK
RGB Variations
Color information
#CBA0BB (or 0xCBA0BB) is known color: Lily. HEX triplet: CB, A0 and BB. RGB value is (203,160,187). Sum of RGB (Red+Green+Blue) = 203+160+187=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0BB is #345F44. Grayscale: #AFAFAF. Windows color (decimal): -3432261 or 12296395. OLE color: 12296395.
HSL color Cylindrical-coordinate representation of color #CBA0BB: hue angle of 322.33º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA0BB is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 187 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.20 |
| HSL | 322.33º | 0.29% | 0.71% | - |
| HSV(B) | 322.33º | 0.21% | 0.8% | - |
| XYZ | 46.17 | 41.43 | 52.58 | - |
| YUV | 175.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 187 | 0 | 0.21 | 0.08 | 0.20 | 322.33 | 0.29 | 0.71 |
| Hex | CB | A0 | BB | 0 | 15 | 8 | 14 | 142 | 1D | 47 |
| Octal | 313 | 240 | 273 | 0 | 25 | 10 | 24 | 502 | 35 | 107 |
| Binary | 11001011 | 10100000 | 10111011 | 0 | 10101 | 1000 | 10100 | 101000010 | 11101 | 1000111 |
Color Harmonies of #CBA0BB
Complementary color
Monochromatic Colors of #CBA0BB
Black with #CBA0BB
Text Example
Text Example
White with #CBA0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA0BB; }
p { color: rgb(203,160,187); }
H1.HeaderClassName
{
color: #CBA0BB;
}
.AnyTagClassName
{
color: #CBA0BB;
}
</style>
background-color css
<style>
a { background-color: #CBA0BB; }
a { background-color: rgb(203,160,187); }
div.DivClassName
{
background-color: #CBA0BB;
}
.BgClassName
{
background-color: #CBA0BB;
}
</style>
border-color css
<style>
span { border-color: #CBA0BB; }
span { border-color: rgb(203,160,187); }
td.TdClassName
{
border-color: #CBA0BB;
}
.TagClassName
{
border-color: #CBA0BB;
}
</style>