Shades of Lily #CB98B0
Tints of Lily #CB98B0
RGB
CMYK
RGB Variations
Color information
#CB98B0 (or 0xCB98B0) is known color: Lily. HEX triplet: CB, 98 and B0. RGB value is (203,152,176). Sum of RGB (Red+Green+Blue) = 203+152+176=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CB98B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB98B0 is #34674F. Grayscale: #A9A9A9. Windows color (decimal): -3434320 or 11573451. OLE color: 11573451.
HSL color Cylindrical-coordinate representation of color #CB98B0: hue angle of 331.76º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CB98B0 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 176 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.20 |
| HSL | 331.76º | 0.33% | 0.7% | - |
| HSV(B) | 331.76º | 0.25% | 0.8% | - |
| XYZ | 43.69 | 38.29 | 46.16 | - |
| YUV | 169.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 176 | 0 | 0.25 | 0.13 | 0.20 | 331.76 | 0.33 | 0.7 |
| Hex | CB | 98 | B0 | 0 | 19 | D | 14 | 14C | 21 | 46 |
| Octal | 313 | 230 | 260 | 0 | 31 | 15 | 24 | 514 | 41 | 106 |
| Binary | 11001011 | 10011000 | 10110000 | 0 | 11001 | 1101 | 10100 | 101001100 | 100001 | 1000110 |
Color Harmonies of #CB98B0
Complementary color
Monochromatic Colors of #CB98B0
Black with #CB98B0
Text Example
Text Example
White with #CB98B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB98B0; }
p { color: rgb(203,152,176); }
H1.HeaderClassName
{
color: #CB98B0;
}
.AnyTagClassName
{
color: #CB98B0;
}
</style>
background-color css
<style>
a { background-color: #CB98B0; }
a { background-color: rgb(203,152,176); }
div.DivClassName
{
background-color: #CB98B0;
}
.BgClassName
{
background-color: #CB98B0;
}
</style>
border-color css
<style>
span { border-color: #CB98B0; }
span { border-color: rgb(203,152,176); }
td.TdClassName
{
border-color: #CB98B0;
}
.TagClassName
{
border-color: #CB98B0;
}
</style>