Shades of Lily #CBA7BA
Tints of Lily #CBA7BA
RGB
CMYK
RGB Variations
Color information
#CBA7BA (or 0xCBA7BA) is known color: Lily. HEX triplet: CB, A7 and BA. RGB value is (203,167,186). Sum of RGB (Red+Green+Blue) = 203+167+186=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7BA is #345845. Grayscale: #B3B3B3. Windows color (decimal): -3430470 or 12232651. OLE color: 12232651.
HSL color Cylindrical-coordinate representation of color #CBA7BA: hue angle of 328.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA7BA is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 186 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.20 |
| HSL | 328.33º | 0.26% | 0.73% | - |
| HSV(B) | 328.33º | 0.18% | 0.8% | - |
| XYZ | 47.31 | 43.88 | 52.43 | - |
| YUV | 179.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 186 | 0 | 0.18 | 0.08 | 0.20 | 328.33 | 0.26 | 0.73 |
| Hex | CB | A7 | BA | 0 | 12 | 8 | 14 | 148 | 1A | 49 |
| Octal | 313 | 247 | 272 | 0 | 22 | 10 | 24 | 510 | 32 | 111 |
| Binary | 11001011 | 10100111 | 10111010 | 0 | 10010 | 1000 | 10100 | 101001000 | 11010 | 1001001 |
Color Harmonies of #CBA7BA
Complementary color
Monochromatic Colors of #CBA7BA
Black with #CBA7BA
Text Example
Text Example
White with #CBA7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7BA; }
p { color: rgb(203,167,186); }
H1.HeaderClassName
{
color: #CBA7BA;
}
.AnyTagClassName
{
color: #CBA7BA;
}
</style>
background-color css
<style>
a { background-color: #CBA7BA; }
a { background-color: rgb(203,167,186); }
div.DivClassName
{
background-color: #CBA7BA;
}
.BgClassName
{
background-color: #CBA7BA;
}
</style>
border-color css
<style>
span { border-color: #CBA7BA; }
span { border-color: rgb(203,167,186); }
td.TdClassName
{
border-color: #CBA7BA;
}
.TagClassName
{
border-color: #CBA7BA;
}
</style>