Shades of Lily #CA96B1
Tints of Lily #CA96B1
RGB
CMYK
RGB Variations
Color information
#CA96B1 (or 0xCA96B1) is known color: Lily. HEX triplet: CA, 96 and B1. RGB value is (202,150,177). Sum of RGB (Red+Green+Blue) = 202+150+177=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CA96B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA96B1 is #35694E. Grayscale: #A8A8A8. Windows color (decimal): -3500367 or 11638474. OLE color: 11638474.
HSL color Cylindrical-coordinate representation of color #CA96B1: hue angle of 328.85º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA96B1 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 177 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.21 |
| HSL | 328.85º | 0.33% | 0.69% | - |
| HSV(B) | 328.85º | 0.26% | 0.79% | - |
| XYZ | 43.2 | 37.54 | 46.56 | - |
| YUV | 168.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 177 | 0 | 0.26 | 0.12 | 0.21 | 328.85 | 0.33 | 0.69 |
| Hex | CA | 96 | B1 | 0 | 1A | C | 15 | 149 | 21 | 45 |
| Octal | 312 | 226 | 261 | 0 | 32 | 14 | 25 | 511 | 41 | 105 |
| Binary | 11001010 | 10010110 | 10110001 | 0 | 11010 | 1100 | 10101 | 101001001 | 100001 | 1000101 |
Color Harmonies of #CA96B1
Complementary color
Monochromatic Colors of #CA96B1
Black with #CA96B1
Text Example
Text Example
White with #CA96B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA96B1; }
p { color: rgb(202,150,177); }
H1.HeaderClassName
{
color: #CA96B1;
}
.AnyTagClassName
{
color: #CA96B1;
}
</style>
background-color css
<style>
a { background-color: #CA96B1; }
a { background-color: rgb(202,150,177); }
div.DivClassName
{
background-color: #CA96B1;
}
.BgClassName
{
background-color: #CA96B1;
}
</style>
border-color css
<style>
span { border-color: #CA96B1; }
span { border-color: rgb(202,150,177); }
td.TdClassName
{
border-color: #CA96B1;
}
.TagClassName
{
border-color: #CA96B1;
}
</style>