Shades of Lily #CA94AD
Tints of Lily #CA94AD
RGB
CMYK
RGB Variations
Color information
#CA94AD (or 0xCA94AD) is known color: Lily. HEX triplet: CA, 94 and AD. RGB value is (202,148,173). Sum of RGB (Red+Green+Blue) = 202+148+173=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CA94AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA94AD is #356B52. Grayscale: #A6A6A6. Windows color (decimal): -3500883 or 11375818. OLE color: 11375818.
HSL color Cylindrical-coordinate representation of color #CA94AD: hue angle of 332.22º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA94AD is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 173 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.21 |
| HSL | 332.22º | 0.34% | 0.69% | - |
| HSV(B) | 332.22º | 0.27% | 0.79% | - |
| XYZ | 42.49 | 36.75 | 44.39 | - |
| YUV | 167 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 173 | 0 | 0.27 | 0.14 | 0.21 | 332.22 | 0.34 | 0.69 |
| Hex | CA | 94 | AD | 0 | 1B | E | 15 | 14C | 22 | 45 |
| Octal | 312 | 224 | 255 | 0 | 33 | 16 | 25 | 514 | 42 | 105 |
| Binary | 11001010 | 10010100 | 10101101 | 0 | 11011 | 1110 | 10101 | 101001100 | 100010 | 1000101 |
Color Harmonies of #CA94AD
Complementary color
Monochromatic Colors of #CA94AD
Black with #CA94AD
Text Example
Text Example
White with #CA94AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA94AD; }
p { color: rgb(202,148,173); }
H1.HeaderClassName
{
color: #CA94AD;
}
.AnyTagClassName
{
color: #CA94AD;
}
</style>
background-color css
<style>
a { background-color: #CA94AD; }
a { background-color: rgb(202,148,173); }
div.DivClassName
{
background-color: #CA94AD;
}
.BgClassName
{
background-color: #CA94AD;
}
</style>
border-color css
<style>
span { border-color: #CA94AD; }
span { border-color: rgb(202,148,173); }
td.TdClassName
{
border-color: #CA94AD;
}
.TagClassName
{
border-color: #CA94AD;
}
</style>