Shades of Lily #CA94AF
Tints of Lily #CA94AF
RGB
CMYK
RGB Variations
Color information
#CA94AF (or 0xCA94AF) is known color: Lily. HEX triplet: CA, 94 and AF. RGB value is (202,148,175). Sum of RGB (Red+Green+Blue) = 202+148+175=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA94AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA94AF is #356B50. Grayscale: #A7A7A7. Windows color (decimal): -3500881 or 11506890. OLE color: 11506890.
HSL color Cylindrical-coordinate representation of color #CA94AF: hue angle of 330º 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 #CA94AF is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 175 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.21 |
| HSL | 330º | 0.34% | 0.69% | - |
| HSV(B) | 330º | 0.27% | 0.79% | - |
| XYZ | 42.68 | 36.83 | 45.42 | - |
| YUV | 167.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 175 | 0 | 0.27 | 0.13 | 0.21 | 330 | 0.34 | 0.69 |
| Hex | CA | 94 | AF | 0 | 1B | D | 15 | 14A | 22 | 45 |
| Octal | 312 | 224 | 257 | 0 | 33 | 15 | 25 | 512 | 42 | 105 |
| Binary | 11001010 | 10010100 | 10101111 | 0 | 11011 | 1101 | 10101 | 101001010 | 100010 | 1000101 |
Color Harmonies of #CA94AF
Complementary color
Monochromatic Colors of #CA94AF
Black with #CA94AF
Text Example
Text Example
White with #CA94AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA94AF; }
p { color: rgb(202,148,175); }
H1.HeaderClassName
{
color: #CA94AF;
}
.AnyTagClassName
{
color: #CA94AF;
}
</style>
background-color css
<style>
a { background-color: #CA94AF; }
a { background-color: rgb(202,148,175); }
div.DivClassName
{
background-color: #CA94AF;
}
.BgClassName
{
background-color: #CA94AF;
}
</style>
border-color css
<style>
span { border-color: #CA94AF; }
span { border-color: rgb(202,148,175); }
td.TdClassName
{
border-color: #CA94AF;
}
.TagClassName
{
border-color: #CA94AF;
}
</style>