Shades of Lily #CBA3B6
Tints of Lily #CBA3B6
RGB
CMYK
RGB Variations
Color information
#CBA3B6 (or 0xCBA3B6) is known color: Lily. HEX triplet: CB, A3 and B6. RGB value is (203,163,182). Sum of RGB (Red+Green+Blue) = 203+163+182=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA3B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA3B6 is #345C49. Grayscale: #B1B1B1. Windows color (decimal): -3431498 or 11969483. OLE color: 11969483.
HSL color Cylindrical-coordinate representation of color #CBA3B6: hue angle of 331.5º 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 #CBA3B6 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 182 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.20 |
| HSL | 331.5º | 0.28% | 0.72% | - |
| HSV(B) | 331.5º | 0.2% | 0.8% | - |
| XYZ | 46.17 | 42.27 | 49.98 | - |
| YUV | 177.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 182 | 0 | 0.20 | 0.10 | 0.20 | 331.5 | 0.28 | 0.72 |
| Hex | CB | A3 | B6 | 0 | 14 | A | 14 | 14C | 1C | 48 |
| Octal | 313 | 243 | 266 | 0 | 24 | 12 | 24 | 514 | 34 | 110 |
| Binary | 11001011 | 10100011 | 10110110 | 0 | 10100 | 1010 | 10100 | 101001100 | 11100 | 1001000 |
Color Harmonies of #CBA3B6
Complementary color
Monochromatic Colors of #CBA3B6
Black with #CBA3B6
Text Example
Text Example
White with #CBA3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA3B6; }
p { color: rgb(203,163,182); }
H1.HeaderClassName
{
color: #CBA3B6;
}
.AnyTagClassName
{
color: #CBA3B6;
}
</style>
background-color css
<style>
a { background-color: #CBA3B6; }
a { background-color: rgb(203,163,182); }
div.DivClassName
{
background-color: #CBA3B6;
}
.BgClassName
{
background-color: #CBA3B6;
}
</style>
border-color css
<style>
span { border-color: #CBA3B6; }
span { border-color: rgb(203,163,182); }
td.TdClassName
{
border-color: #CBA3B6;
}
.TagClassName
{
border-color: #CBA3B6;
}
</style>