Shades of Lily #CBA8B5
Tints of Lily #CBA8B5
RGB
CMYK
RGB Variations
Color information
#CBA8B5 (or 0xCBA8B5) is known color: Lily. HEX triplet: CB, A8 and B5. RGB value is (203,168,181). Sum of RGB (Red+Green+Blue) = 203+168+181=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8B5 is #34574A. Grayscale: #B3B3B3. Windows color (decimal): -3430219 or 11905227. OLE color: 11905227.
HSL color Cylindrical-coordinate representation of color #CBA8B5: hue angle of 337.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBA8B5 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 181 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.20 |
| HSL | 337.71º | 0.25% | 0.73% | - |
| HSV(B) | 337.71º | 0.17% | 0.8% | - |
| XYZ | 46.97 | 44.04 | 49.74 | - |
| YUV | 179.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 181 | 0 | 0.17 | 0.11 | 0.20 | 337.71 | 0.25 | 0.73 |
| Hex | CB | A8 | B5 | 0 | 11 | B | 14 | 152 | 19 | 49 |
| Octal | 313 | 250 | 265 | 0 | 21 | 13 | 24 | 522 | 31 | 111 |
| Binary | 11001011 | 10101000 | 10110101 | 0 | 10001 | 1011 | 10100 | 101010010 | 11001 | 1001001 |
Color Harmonies of #CBA8B5
Complementary color
Monochromatic Colors of #CBA8B5
Black with #CBA8B5
Text Example
Text Example
White with #CBA8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8B5; }
p { color: rgb(203,168,181); }
H1.HeaderClassName
{
color: #CBA8B5;
}
.AnyTagClassName
{
color: #CBA8B5;
}
</style>
background-color css
<style>
a { background-color: #CBA8B5; }
a { background-color: rgb(203,168,181); }
div.DivClassName
{
background-color: #CBA8B5;
}
.BgClassName
{
background-color: #CBA8B5;
}
</style>
border-color css
<style>
span { border-color: #CBA8B5; }
span { border-color: rgb(203,168,181); }
td.TdClassName
{
border-color: #CBA8B5;
}
.TagClassName
{
border-color: #CBA8B5;
}
</style>