Shades of Lily #CB9ABC
Tints of Lily #CB9ABC
RGB
CMYK
RGB Variations
Color information
#CB9ABC (or 0xCB9ABC) is known color: Lily. HEX triplet: CB, 9A and BC. RGB value is (203,154,188). Sum of RGB (Red+Green+Blue) = 203+154+188=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ABC is #346543. Grayscale: #ACACAC. Windows color (decimal): -3433796 or 12360395. OLE color: 12360395.
HSL color Cylindrical-coordinate representation of color #CB9ABC: hue angle of 318.37º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CB9ABC is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 154 | 188 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.20 |
| HSL | 318.37º | 0.32% | 0.7% | - |
| HSV(B) | 318.37º | 0.24% | 0.8% | - |
| XYZ | 45.26 | 39.44 | 52.8 | - |
| YUV | 172.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 188 | 0 | 0.24 | 0.07 | 0.20 | 318.37 | 0.32 | 0.7 |
| Hex | CB | 9A | BC | 0 | 18 | 7 | 14 | 13E | 20 | 46 |
| Octal | 313 | 232 | 274 | 0 | 30 | 7 | 24 | 476 | 40 | 106 |
| Binary | 11001011 | 10011010 | 10111100 | 0 | 11000 | 111 | 10100 | 100111110 | 100000 | 1000110 |
Color Harmonies of #CB9ABC
Complementary color
Monochromatic Colors of #CB9ABC
Black with #CB9ABC
Text Example
Text Example
White with #CB9ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9ABC; }
p { color: rgb(203,154,188); }
H1.HeaderClassName
{
color: #CB9ABC;
}
.AnyTagClassName
{
color: #CB9ABC;
}
</style>
background-color css
<style>
a { background-color: #CB9ABC; }
a { background-color: rgb(203,154,188); }
div.DivClassName
{
background-color: #CB9ABC;
}
.BgClassName
{
background-color: #CB9ABC;
}
</style>
border-color css
<style>
span { border-color: #CB9ABC; }
span { border-color: rgb(203,154,188); }
td.TdClassName
{
border-color: #CB9ABC;
}
.TagClassName
{
border-color: #CB9ABC;
}
</style>