Shades of Lily #CBA4B6
Tints of Lily #CBA4B6
RGB
CMYK
RGB Variations
Color information
#CBA4B6 (or 0xCBA4B6) is known color: Lily. HEX triplet: CB, A4 and B6. RGB value is (203,164,182). Sum of RGB (Red+Green+Blue) = 203+164+182=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA4B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4B6 is #345B49. Grayscale: #B1B1B1. Windows color (decimal): -3431242 or 11969739. OLE color: 11969739.
HSL color Cylindrical-coordinate representation of color #CBA4B6: hue angle of 332.31º 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 #CBA4B6 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 182 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.20 |
| HSL | 332.31º | 0.27% | 0.72% | - |
| HSV(B) | 332.31º | 0.19% | 0.8% | - |
| XYZ | 46.35 | 42.62 | 50.04 | - |
| YUV | 177.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 182 | 0 | 0.19 | 0.10 | 0.20 | 332.31 | 0.27 | 0.72 |
| Hex | CB | A4 | B6 | 0 | 13 | A | 14 | 14C | 1B | 48 |
| Octal | 313 | 244 | 266 | 0 | 23 | 12 | 24 | 514 | 33 | 110 |
| Binary | 11001011 | 10100100 | 10110110 | 0 | 10011 | 1010 | 10100 | 101001100 | 11011 | 1001000 |
Color Harmonies of #CBA4B6
Complementary color
Monochromatic Colors of #CBA4B6
Black with #CBA4B6
Text Example
Text Example
White with #CBA4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4B6; }
p { color: rgb(203,164,182); }
H1.HeaderClassName
{
color: #CBA4B6;
}
.AnyTagClassName
{
color: #CBA4B6;
}
</style>
background-color css
<style>
a { background-color: #CBA4B6; }
a { background-color: rgb(203,164,182); }
div.DivClassName
{
background-color: #CBA4B6;
}
.BgClassName
{
background-color: #CBA4B6;
}
</style>
border-color css
<style>
span { border-color: #CBA4B6; }
span { border-color: rgb(203,164,182); }
td.TdClassName
{
border-color: #CBA4B6;
}
.TagClassName
{
border-color: #CBA4B6;
}
</style>