Shades of Lily #CBA3B1
Tints of Lily #CBA3B1
RGB
CMYK
RGB Variations
Color information
#CBA3B1 (or 0xCBA3B1) is known color: Lily. HEX triplet: CB, A3 and B1. RGB value is (203,163,177). Sum of RGB (Red+Green+Blue) = 203+163+177=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA3B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA3B1 is #345C4E. Grayscale: #B0B0B0. Windows color (decimal): -3431503 or 11641803. OLE color: 11641803.
HSL color Cylindrical-coordinate representation of color #CBA3B1: hue angle of 339º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA3B1 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 177 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.20 |
| HSL | 339º | 0.28% | 0.72% | - |
| HSV(B) | 339º | 0.2% | 0.8% | - |
| XYZ | 45.66 | 42.07 | 47.31 | - |
| YUV | 176.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 177 | 0 | 0.20 | 0.13 | 0.20 | 339 | 0.28 | 0.72 |
| Hex | CB | A3 | B1 | 0 | 14 | D | 14 | 153 | 1C | 48 |
| Octal | 313 | 243 | 261 | 0 | 24 | 15 | 24 | 523 | 34 | 110 |
| Binary | 11001011 | 10100011 | 10110001 | 0 | 10100 | 1101 | 10100 | 101010011 | 11100 | 1001000 |
Color Harmonies of #CBA3B1
Complementary color
Monochromatic Colors of #CBA3B1
Black with #CBA3B1
Text Example
Text Example
White with #CBA3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA3B1; }
p { color: rgb(203,163,177); }
H1.HeaderClassName
{
color: #CBA3B1;
}
.AnyTagClassName
{
color: #CBA3B1;
}
</style>
background-color css
<style>
a { background-color: #CBA3B1; }
a { background-color: rgb(203,163,177); }
div.DivClassName
{
background-color: #CBA3B1;
}
.BgClassName
{
background-color: #CBA3B1;
}
</style>
border-color css
<style>
span { border-color: #CBA3B1; }
span { border-color: rgb(203,163,177); }
td.TdClassName
{
border-color: #CBA3B1;
}
.TagClassName
{
border-color: #CBA3B1;
}
</style>