Shades of Lily #CBA5B6
Tints of Lily #CBA5B6
RGB
CMYK
RGB Variations
Color information
#CBA5B6 (or 0xCBA5B6) is known color: Lily. HEX triplet: CB, A5 and B6. RGB value is (203,165,182). Sum of RGB (Red+Green+Blue) = 203+165+182=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA5B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5B6 is #345A49. Grayscale: #B2B2B2. Windows color (decimal): -3430986 or 11969995. OLE color: 11969995.
HSL color Cylindrical-coordinate representation of color #CBA5B6: hue angle of 333.16º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBA5B6 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 182 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.20 |
| HSL | 333.16º | 0.27% | 0.72% | - |
| HSV(B) | 333.16º | 0.19% | 0.8% | - |
| XYZ | 46.53 | 42.98 | 50.1 | - |
| YUV | 178.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 182 | 0 | 0.19 | 0.10 | 0.20 | 333.16 | 0.27 | 0.72 |
| Hex | CB | A5 | B6 | 0 | 13 | A | 14 | 14D | 1B | 48 |
| Octal | 313 | 245 | 266 | 0 | 23 | 12 | 24 | 515 | 33 | 110 |
| Binary | 11001011 | 10100101 | 10110110 | 0 | 10011 | 1010 | 10100 | 101001101 | 11011 | 1001000 |
Color Harmonies of #CBA5B6
Complementary color
Monochromatic Colors of #CBA5B6
Black with #CBA5B6
Text Example
Text Example
White with #CBA5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA5B6; }
p { color: rgb(203,165,182); }
H1.HeaderClassName
{
color: #CBA5B6;
}
.AnyTagClassName
{
color: #CBA5B6;
}
</style>
background-color css
<style>
a { background-color: #CBA5B6; }
a { background-color: rgb(203,165,182); }
div.DivClassName
{
background-color: #CBA5B6;
}
.BgClassName
{
background-color: #CBA5B6;
}
</style>
border-color css
<style>
span { border-color: #CBA5B6; }
span { border-color: rgb(203,165,182); }
td.TdClassName
{
border-color: #CBA5B6;
}
.TagClassName
{
border-color: #CBA5B6;
}
</style>