Shades of Lily #CBA7B9
Tints of Lily #CBA7B9
RGB
CMYK
RGB Variations
Color information
#CBA7B9 (or 0xCBA7B9) is known color: Lily. HEX triplet: CB, A7 and B9. RGB value is (203,167,185). Sum of RGB (Red+Green+Blue) = 203+167+185=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA7B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7B9 is #345846. Grayscale: #B3B3B3. Windows color (decimal): -3430471 or 12167115. OLE color: 12167115.
HSL color Cylindrical-coordinate representation of color #CBA7B9: hue angle of 330º 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 #CBA7B9 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 185 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.20 |
| HSL | 330º | 0.26% | 0.73% | - |
| HSV(B) | 330º | 0.18% | 0.8% | - |
| XYZ | 47.2 | 43.84 | 51.87 | - |
| YUV | 179.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 185 | 0 | 0.18 | 0.09 | 0.20 | 330 | 0.26 | 0.73 |
| Hex | CB | A7 | B9 | 0 | 12 | 9 | 14 | 14A | 1A | 49 |
| Octal | 313 | 247 | 271 | 0 | 22 | 11 | 24 | 512 | 32 | 111 |
| Binary | 11001011 | 10100111 | 10111001 | 0 | 10010 | 1001 | 10100 | 101001010 | 11010 | 1001001 |
Color Harmonies of #CBA7B9
Complementary color
Monochromatic Colors of #CBA7B9
Black with #CBA7B9
Text Example
Text Example
White with #CBA7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7B9; }
p { color: rgb(203,167,185); }
H1.HeaderClassName
{
color: #CBA7B9;
}
.AnyTagClassName
{
color: #CBA7B9;
}
</style>
background-color css
<style>
a { background-color: #CBA7B9; }
a { background-color: rgb(203,167,185); }
div.DivClassName
{
background-color: #CBA7B9;
}
.BgClassName
{
background-color: #CBA7B9;
}
</style>
border-color css
<style>
span { border-color: #CBA7B9; }
span { border-color: rgb(203,167,185); }
td.TdClassName
{
border-color: #CBA7B9;
}
.TagClassName
{
border-color: #CBA7B9;
}
</style>