Shades of Lily #CB87AB
Tints of Lily #CB87AB
RGB
CMYK
RGB Variations
Color information
#CB87AB (or 0xCB87AB) is known color: Lily. HEX triplet: CB, 87 and AB. RGB value is (203,135,171). Sum of RGB (Red+Green+Blue) = 203+135+171=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB87AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB87AB is #347854. Grayscale: #9F9F9F. Windows color (decimal): -3438677 or 11241419. OLE color: 11241419.
HSL color Cylindrical-coordinate representation of color #CB87AB: hue angle of 328.24º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB87AB is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 171 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.20 |
| HSL | 328.24º | 0.4% | 0.66% | - |
| HSV(B) | 328.24º | 0.33% | 0.8% | - |
| XYZ | 40.64 | 32.96 | 42.75 | - |
| YUV | 159.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 171 | 0 | 0.33 | 0.16 | 0.20 | 328.24 | 0.4 | 0.66 |
| Hex | CB | 87 | AB | 0 | 21 | 10 | 14 | 148 | 28 | 42 |
| Octal | 313 | 207 | 253 | 0 | 41 | 20 | 24 | 510 | 50 | 102 |
| Binary | 11001011 | 10000111 | 10101011 | 0 | 100001 | 10000 | 10100 | 101001000 | 101000 | 1000010 |
Color Harmonies of #CB87AB
Complementary color
Monochromatic Colors of #CB87AB
Black with #CB87AB
Text Example
Text Example
White with #CB87AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB87AB; }
p { color: rgb(203,135,171); }
H1.HeaderClassName
{
color: #CB87AB;
}
.AnyTagClassName
{
color: #CB87AB;
}
</style>
background-color css
<style>
a { background-color: #CB87AB; }
a { background-color: rgb(203,135,171); }
div.DivClassName
{
background-color: #CB87AB;
}
.BgClassName
{
background-color: #CB87AB;
}
</style>
border-color css
<style>
span { border-color: #CB87AB; }
span { border-color: rgb(203,135,171); }
td.TdClassName
{
border-color: #CB87AB;
}
.TagClassName
{
border-color: #CB87AB;
}
</style>