Shades of Lily #CA99B3
Tints of Lily #CA99B3
RGB
CMYK
RGB Variations
Color information
#CA99B3 (or 0xCA99B3) is known color: Lily. HEX triplet: CA, 99 and B3. RGB value is (202,153,179). Sum of RGB (Red+Green+Blue) = 202+153+179=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99B3 is #35664C. Grayscale: #AAAAAA. Windows color (decimal): -3499597 or 11770314. OLE color: 11770314.
HSL color Cylindrical-coordinate representation of color #CA99B3: hue angle of 328.16º 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 #CA99B3 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 179 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.21 |
| HSL | 328.16º | 0.32% | 0.7% | - |
| HSV(B) | 328.16º | 0.24% | 0.79% | - |
| XYZ | 43.89 | 38.59 | 47.78 | - |
| YUV | 170.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 179 | 0 | 0.24 | 0.11 | 0.21 | 328.16 | 0.32 | 0.7 |
| Hex | CA | 99 | B3 | 0 | 18 | B | 15 | 148 | 20 | 46 |
| Octal | 312 | 231 | 263 | 0 | 30 | 13 | 25 | 510 | 40 | 106 |
| Binary | 11001010 | 10011001 | 10110011 | 0 | 11000 | 1011 | 10101 | 101001000 | 100000 | 1000110 |
Color Harmonies of #CA99B3
Complementary color
Monochromatic Colors of #CA99B3
Black with #CA99B3
Text Example
Text Example
White with #CA99B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA99B3; }
p { color: rgb(202,153,179); }
H1.HeaderClassName
{
color: #CA99B3;
}
.AnyTagClassName
{
color: #CA99B3;
}
</style>
background-color css
<style>
a { background-color: #CA99B3; }
a { background-color: rgb(202,153,179); }
div.DivClassName
{
background-color: #CA99B3;
}
.BgClassName
{
background-color: #CA99B3;
}
</style>
border-color css
<style>
span { border-color: #CA99B3; }
span { border-color: rgb(202,153,179); }
td.TdClassName
{
border-color: #CA99B3;
}
.TagClassName
{
border-color: #CA99B3;
}
</style>