Shades of Lily #CA99BE
Tints of Lily #CA99BE
RGB
CMYK
RGB Variations
Color information
#CA99BE (or 0xCA99BE) is known color: Lily. HEX triplet: CA, 99 and BE. RGB value is (202,153,190). Sum of RGB (Red+Green+Blue) = 202+153+190=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99BE is #356641. Grayscale: #ABABAB. Windows color (decimal): -3499586 or 12491210. OLE color: 12491210.
HSL color Cylindrical-coordinate representation of color #CA99BE: hue angle of 314.69º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CA99BE is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 190 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.21 |
| HSL | 314.69º | 0.32% | 0.7% | - |
| HSV(B) | 314.69º | 0.24% | 0.79% | - |
| XYZ | 45.04 | 39.06 | 53.88 | - |
| YUV | 171.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 190 | 0 | 0.24 | 0.06 | 0.21 | 314.69 | 0.32 | 0.7 |
| Hex | CA | 99 | BE | 0 | 18 | 6 | 15 | 13B | 20 | 46 |
| Octal | 312 | 231 | 276 | 0 | 30 | 6 | 25 | 473 | 40 | 106 |
| Binary | 11001010 | 10011001 | 10111110 | 0 | 11000 | 110 | 10101 | 100111011 | 100000 | 1000110 |
Color Harmonies of #CA99BE
Complementary color
Monochromatic Colors of #CA99BE
Black with #CA99BE
Text Example
Text Example
White with #CA99BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA99BE; }
p { color: rgb(202,153,190); }
H1.HeaderClassName
{
color: #CA99BE;
}
.AnyTagClassName
{
color: #CA99BE;
}
</style>
background-color css
<style>
a { background-color: #CA99BE; }
a { background-color: rgb(202,153,190); }
div.DivClassName
{
background-color: #CA99BE;
}
.BgClassName
{
background-color: #CA99BE;
}
</style>
border-color css
<style>
span { border-color: #CA99BE; }
span { border-color: rgb(202,153,190); }
td.TdClassName
{
border-color: #CA99BE;
}
.TagClassName
{
border-color: #CA99BE;
}
</style>