Shades of Lily #CBA0BC
Tints of Lily #CBA0BC
RGB
CMYK
RGB Variations
Color information
#CBA0BC (or 0xCBA0BC) is known color: Lily. HEX triplet: CB, A0 and BC. RGB value is (203,160,188). Sum of RGB (Red+Green+Blue) = 203+160+188=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0BC is #345F43. Grayscale: #AFAFAF. Windows color (decimal): -3432260 or 12361931. OLE color: 12361931.
HSL color Cylindrical-coordinate representation of color #CBA0BC: hue angle of 320.93º 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 #CBA0BC is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 188 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.20 |
| HSL | 320.93º | 0.29% | 0.71% | - |
| HSV(B) | 320.93º | 0.21% | 0.8% | - |
| XYZ | 46.28 | 41.47 | 53.14 | - |
| YUV | 176.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 188 | 0 | 0.21 | 0.07 | 0.20 | 320.93 | 0.29 | 0.71 |
| Hex | CB | A0 | BC | 0 | 15 | 7 | 14 | 141 | 1D | 47 |
| Octal | 313 | 240 | 274 | 0 | 25 | 7 | 24 | 501 | 35 | 107 |
| Binary | 11001011 | 10100000 | 10111100 | 0 | 10101 | 111 | 10100 | 101000001 | 11101 | 1000111 |
Color Harmonies of #CBA0BC
Complementary color
Monochromatic Colors of #CBA0BC
Black with #CBA0BC
Text Example
Text Example
White with #CBA0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA0BC; }
p { color: rgb(203,160,188); }
H1.HeaderClassName
{
color: #CBA0BC;
}
.AnyTagClassName
{
color: #CBA0BC;
}
</style>
background-color css
<style>
a { background-color: #CBA0BC; }
a { background-color: rgb(203,160,188); }
div.DivClassName
{
background-color: #CBA0BC;
}
.BgClassName
{
background-color: #CBA0BC;
}
</style>
border-color css
<style>
span { border-color: #CBA0BC; }
span { border-color: rgb(203,160,188); }
td.TdClassName
{
border-color: #CBA0BC;
}
.TagClassName
{
border-color: #CBA0BC;
}
</style>