Shades of Lily #CA92B7
Tints of Lily #CA92B7
RGB
CMYK
RGB Variations
Color information
#CA92B7 (or 0xCA92B7) is known color: Lily. HEX triplet: CA, 92 and B7. RGB value is (202,146,183). Sum of RGB (Red+Green+Blue) = 202+146+183=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA92B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92B7 is #356D48. Grayscale: #A6A6A6. Windows color (decimal): -3501385 or 12030666. OLE color: 12030666.
HSL color Cylindrical-coordinate representation of color #CA92B7: hue angle of 320.36º 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 #CA92B7 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 183 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.21 |
| HSL | 320.36º | 0.35% | 0.68% | - |
| HSV(B) | 320.36º | 0.28% | 0.79% | - |
| XYZ | 43.18 | 36.53 | 49.58 | - |
| YUV | 166.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 183 | 0 | 0.28 | 0.09 | 0.21 | 320.36 | 0.35 | 0.68 |
| Hex | CA | 92 | B7 | 0 | 1C | 9 | 15 | 140 | 23 | 44 |
| Octal | 312 | 222 | 267 | 0 | 34 | 11 | 25 | 500 | 43 | 104 |
| Binary | 11001010 | 10010010 | 10110111 | 0 | 11100 | 1001 | 10101 | 101000000 | 100011 | 1000100 |
Color Harmonies of #CA92B7
Complementary color
Monochromatic Colors of #CA92B7
Black with #CA92B7
Text Example
Text Example
White with #CA92B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92B7; }
p { color: rgb(202,146,183); }
H1.HeaderClassName
{
color: #CA92B7;
}
.AnyTagClassName
{
color: #CA92B7;
}
</style>
background-color css
<style>
a { background-color: #CA92B7; }
a { background-color: rgb(202,146,183); }
div.DivClassName
{
background-color: #CA92B7;
}
.BgClassName
{
background-color: #CA92B7;
}
</style>
border-color css
<style>
span { border-color: #CA92B7; }
span { border-color: rgb(202,146,183); }
td.TdClassName
{
border-color: #CA92B7;
}
.TagClassName
{
border-color: #CA92B7;
}
</style>