Shades of Lily #CBA1BC
Tints of Lily #CBA1BC
RGB
CMYK
RGB Variations
Color information
#CBA1BC (or 0xCBA1BC) is known color: Lily. HEX triplet: CB, A1 and BC. RGB value is (203,161,188). Sum of RGB (Red+Green+Blue) = 203+161+188=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1BC is #345E43. Grayscale: #B0B0B0. Windows color (decimal): -3432004 or 12362187. OLE color: 12362187.
HSL color Cylindrical-coordinate representation of color #CBA1BC: hue angle of 321.43º 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 #CBA1BC is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 188 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.20 |
| HSL | 321.43º | 0.29% | 0.71% | - |
| HSV(B) | 321.43º | 0.21% | 0.8% | - |
| XYZ | 46.45 | 41.82 | 53.2 | - |
| YUV | 176.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 188 | 0 | 0.21 | 0.07 | 0.20 | 321.43 | 0.29 | 0.71 |
| Hex | CB | A1 | BC | 0 | 15 | 7 | 14 | 141 | 1D | 47 |
| Octal | 313 | 241 | 274 | 0 | 25 | 7 | 24 | 501 | 35 | 107 |
| Binary | 11001011 | 10100001 | 10111100 | 0 | 10101 | 111 | 10100 | 101000001 | 11101 | 1000111 |
Color Harmonies of #CBA1BC
Complementary color
Monochromatic Colors of #CBA1BC
Black with #CBA1BC
Text Example
Text Example
White with #CBA1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1BC; }
p { color: rgb(203,161,188); }
H1.HeaderClassName
{
color: #CBA1BC;
}
.AnyTagClassName
{
color: #CBA1BC;
}
</style>
background-color css
<style>
a { background-color: #CBA1BC; }
a { background-color: rgb(203,161,188); }
div.DivClassName
{
background-color: #CBA1BC;
}
.BgClassName
{
background-color: #CBA1BC;
}
</style>
border-color css
<style>
span { border-color: #CBA1BC; }
span { border-color: rgb(203,161,188); }
td.TdClassName
{
border-color: #CBA1BC;
}
.TagClassName
{
border-color: #CBA1BC;
}
</style>