Shades of Lily #CA92AF
Tints of Lily #CA92AF
RGB
CMYK
RGB Variations
Color information
#CA92AF (or 0xCA92AF) is known color: Lily. HEX triplet: CA, 92 and AF. RGB value is (202,146,175). Sum of RGB (Red+Green+Blue) = 202+146+175=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CA92AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA92AF is #356D50. Grayscale: #A5A5A5. Windows color (decimal): -3501393 or 11506378. OLE color: 11506378.
HSL color Cylindrical-coordinate representation of color #CA92AF: hue angle of 328.93º 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 #CA92AF is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 175 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.21 |
| HSL | 328.93º | 0.35% | 0.68% | - |
| HSV(B) | 328.93º | 0.28% | 0.79% | - |
| XYZ | 42.37 | 36.21 | 45.31 | - |
| YUV | 166.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 175 | 0 | 0.28 | 0.13 | 0.21 | 328.93 | 0.35 | 0.68 |
| Hex | CA | 92 | AF | 0 | 1C | D | 15 | 149 | 23 | 44 |
| Octal | 312 | 222 | 257 | 0 | 34 | 15 | 25 | 511 | 43 | 104 |
| Binary | 11001010 | 10010010 | 10101111 | 0 | 11100 | 1101 | 10101 | 101001001 | 100011 | 1000100 |
Color Harmonies of #CA92AF
Complementary color
Monochromatic Colors of #CA92AF
Black with #CA92AF
Text Example
Text Example
White with #CA92AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92AF; }
p { color: rgb(202,146,175); }
H1.HeaderClassName
{
color: #CA92AF;
}
.AnyTagClassName
{
color: #CA92AF;
}
</style>
background-color css
<style>
a { background-color: #CA92AF; }
a { background-color: rgb(202,146,175); }
div.DivClassName
{
background-color: #CA92AF;
}
.BgClassName
{
background-color: #CA92AF;
}
</style>
border-color css
<style>
span { border-color: #CA92AF; }
span { border-color: rgb(202,146,175); }
td.TdClassName
{
border-color: #CA92AF;
}
.TagClassName
{
border-color: #CA92AF;
}
</style>