Shades of Lily #CA98BB
Tints of Lily #CA98BB
RGB
CMYK
RGB Variations
Color information
#CA98BB (or 0xCA98BB) is known color: Lily. HEX triplet: CA, 98 and BB. RGB value is (202,152,187). Sum of RGB (Red+Green+Blue) = 202+152+187=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CA98BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98BB is #356744. Grayscale: #AAAAAA. Windows color (decimal): -3499845 or 12294346. OLE color: 12294346.
HSL color Cylindrical-coordinate representation of color #CA98BB: hue angle of 318º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA98BB is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 152 | 187 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.21 |
| HSL | 318º | 0.32% | 0.69% | - |
| HSV(B) | 318º | 0.25% | 0.79% | - |
| XYZ | 44.56 | 38.6 | 52.12 | - |
| YUV | 170.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 187 | 0 | 0.25 | 0.07 | 0.21 | 318 | 0.32 | 0.69 |
| Hex | CA | 98 | BB | 0 | 19 | 7 | 15 | 13E | 20 | 45 |
| Octal | 312 | 230 | 273 | 0 | 31 | 7 | 25 | 476 | 40 | 105 |
| Binary | 11001010 | 10011000 | 10111011 | 0 | 11001 | 111 | 10101 | 100111110 | 100000 | 1000101 |
Color Harmonies of #CA98BB
Complementary color
Monochromatic Colors of #CA98BB
Black with #CA98BB
Text Example
Text Example
White with #CA98BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA98BB; }
p { color: rgb(202,152,187); }
H1.HeaderClassName
{
color: #CA98BB;
}
.AnyTagClassName
{
color: #CA98BB;
}
</style>
background-color css
<style>
a { background-color: #CA98BB; }
a { background-color: rgb(202,152,187); }
div.DivClassName
{
background-color: #CA98BB;
}
.BgClassName
{
background-color: #CA98BB;
}
</style>
border-color css
<style>
span { border-color: #CA98BB; }
span { border-color: rgb(202,152,187); }
td.TdClassName
{
border-color: #CA98BB;
}
.TagClassName
{
border-color: #CA98BB;
}
</style>