Shades of Lily #CA92AC
Tints of Lily #CA92AC
RGB
CMYK
RGB Variations
Color information
#CA92AC (or 0xCA92AC) is known color: Lily. HEX triplet: CA, 92 and AC. RGB value is (202,146,172). Sum of RGB (Red+Green+Blue) = 202+146+172=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA92AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA92AC is #356D53. Grayscale: #A5A5A5. Windows color (decimal): -3501396 or 11309770. OLE color: 11309770.
HSL color Cylindrical-coordinate representation of color #CA92AC: hue angle of 332.14º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA92AC is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 172 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.21 |
| HSL | 332.14º | 0.35% | 0.68% | - |
| HSV(B) | 332.14º | 0.28% | 0.79% | - |
| XYZ | 42.08 | 36.09 | 43.78 | - |
| YUV | 165.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 172 | 0 | 0.28 | 0.15 | 0.21 | 332.14 | 0.35 | 0.68 |
| Hex | CA | 92 | AC | 0 | 1C | F | 15 | 14C | 23 | 44 |
| Octal | 312 | 222 | 254 | 0 | 34 | 17 | 25 | 514 | 43 | 104 |
| Binary | 11001010 | 10010010 | 10101100 | 0 | 11100 | 1111 | 10101 | 101001100 | 100011 | 1000100 |
Color Harmonies of #CA92AC
Complementary color
Monochromatic Colors of #CA92AC
Black with #CA92AC
Text Example
Text Example
White with #CA92AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92AC; }
p { color: rgb(202,146,172); }
H1.HeaderClassName
{
color: #CA92AC;
}
.AnyTagClassName
{
color: #CA92AC;
}
</style>
background-color css
<style>
a { background-color: #CA92AC; }
a { background-color: rgb(202,146,172); }
div.DivClassName
{
background-color: #CA92AC;
}
.BgClassName
{
background-color: #CA92AC;
}
</style>
border-color css
<style>
span { border-color: #CA92AC; }
span { border-color: rgb(202,146,172); }
td.TdClassName
{
border-color: #CA92AC;
}
.TagClassName
{
border-color: #CA92AC;
}
</style>