Shades of Lily #CA96AD
Tints of Lily #CA96AD
RGB
CMYK
RGB Variations
Color information
#CA96AD (or 0xCA96AD) is known color: Lily. HEX triplet: CA, 96 and AD. RGB value is (202,150,173). Sum of RGB (Red+Green+Blue) = 202+150+173=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA96AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA96AD is #356952. Grayscale: #A8A8A8. Windows color (decimal): -3500371 or 11376330. OLE color: 11376330.
HSL color Cylindrical-coordinate representation of color #CA96AD: hue angle of 333.46º 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 #CA96AD is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 173 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.21 |
| HSL | 333.46º | 0.33% | 0.69% | - |
| HSV(B) | 333.46º | 0.26% | 0.79% | - |
| XYZ | 42.81 | 37.39 | 44.5 | - |
| YUV | 168.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 173 | 0 | 0.26 | 0.14 | 0.21 | 333.46 | 0.33 | 0.69 |
| Hex | CA | 96 | AD | 0 | 1A | E | 15 | 14D | 21 | 45 |
| Octal | 312 | 226 | 255 | 0 | 32 | 16 | 25 | 515 | 41 | 105 |
| Binary | 11001010 | 10010110 | 10101101 | 0 | 11010 | 1110 | 10101 | 101001101 | 100001 | 1000101 |
Color Harmonies of #CA96AD
Complementary color
Monochromatic Colors of #CA96AD
Black with #CA96AD
Text Example
Text Example
White with #CA96AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA96AD; }
p { color: rgb(202,150,173); }
H1.HeaderClassName
{
color: #CA96AD;
}
.AnyTagClassName
{
color: #CA96AD;
}
</style>
background-color css
<style>
a { background-color: #CA96AD; }
a { background-color: rgb(202,150,173); }
div.DivClassName
{
background-color: #CA96AD;
}
.BgClassName
{
background-color: #CA96AD;
}
</style>
border-color css
<style>
span { border-color: #CA96AD; }
span { border-color: rgb(202,150,173); }
td.TdClassName
{
border-color: #CA96AD;
}
.TagClassName
{
border-color: #CA96AD;
}
</style>