Shades of Lily #CB8CBA
Tints of Lily #CB8CBA
RGB
CMYK
RGB Variations
Color information
#CB8CBA (or 0xCB8CBA) is known color: Lily. HEX triplet: CB, 8C and BA. RGB value is (203,140,186). Sum of RGB (Red+Green+Blue) = 203+140+186=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8CBA is #347345. Grayscale: #A3A3A3. Windows color (decimal): -3437382 or 12225739. OLE color: 12225739.
HSL color Cylindrical-coordinate representation of color #CB8CBA: hue angle of 316.19º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8CBA is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 186 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.20 |
| HSL | 316.19º | 0.38% | 0.67% | - |
| HSV(B) | 316.19º | 0.31% | 0.8% | - |
| XYZ | 42.87 | 35 | 50.95 | - |
| YUV | 164.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 186 | 0 | 0.31 | 0.08 | 0.20 | 316.19 | 0.38 | 0.67 |
| Hex | CB | 8C | BA | 0 | 1F | 8 | 14 | 13C | 26 | 43 |
| Octal | 313 | 214 | 272 | 0 | 37 | 10 | 24 | 474 | 46 | 103 |
| Binary | 11001011 | 10001100 | 10111010 | 0 | 11111 | 1000 | 10100 | 100111100 | 100110 | 1000011 |
Color Harmonies of #CB8CBA
Complementary color
Monochromatic Colors of #CB8CBA
Black with #CB8CBA
Text Example
Text Example
White with #CB8CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8CBA; }
p { color: rgb(203,140,186); }
H1.HeaderClassName
{
color: #CB8CBA;
}
.AnyTagClassName
{
color: #CB8CBA;
}
</style>
background-color css
<style>
a { background-color: #CB8CBA; }
a { background-color: rgb(203,140,186); }
div.DivClassName
{
background-color: #CB8CBA;
}
.BgClassName
{
background-color: #CB8CBA;
}
</style>
border-color css
<style>
span { border-color: #CB8CBA; }
span { border-color: rgb(203,140,186); }
td.TdClassName
{
border-color: #CB8CBA;
}
.TagClassName
{
border-color: #CB8CBA;
}
</style>