Shades of Lily #CA92AB
Tints of Lily #CA92AB
RGB
CMYK
RGB Variations
Color information
#CA92AB (or 0xCA92AB) is known color: Lily. HEX triplet: CA, 92 and AB. RGB value is (202,146,171). Sum of RGB (Red+Green+Blue) = 202+146+171=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CA92AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA92AB is #356D54. Grayscale: #A5A5A5. Windows color (decimal): -3501397 or 11244234. OLE color: 11244234.
HSL color Cylindrical-coordinate representation of color #CA92AB: hue angle of 333.21º 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 #CA92AB is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 171 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.21 |
| HSL | 333.21º | 0.35% | 0.68% | - |
| HSV(B) | 333.21º | 0.28% | 0.79% | - |
| XYZ | 41.99 | 36.05 | 43.27 | - |
| YUV | 165.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 171 | 0 | 0.28 | 0.15 | 0.21 | 333.21 | 0.35 | 0.68 |
| Hex | CA | 92 | AB | 0 | 1C | F | 15 | 14D | 23 | 44 |
| Octal | 312 | 222 | 253 | 0 | 34 | 17 | 25 | 515 | 43 | 104 |
| Binary | 11001010 | 10010010 | 10101011 | 0 | 11100 | 1111 | 10101 | 101001101 | 100011 | 1000100 |
Color Harmonies of #CA92AB
Complementary color
Monochromatic Colors of #CA92AB
Black with #CA92AB
Text Example
Text Example
White with #CA92AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92AB; }
p { color: rgb(202,146,171); }
H1.HeaderClassName
{
color: #CA92AB;
}
.AnyTagClassName
{
color: #CA92AB;
}
</style>
background-color css
<style>
a { background-color: #CA92AB; }
a { background-color: rgb(202,146,171); }
div.DivClassName
{
background-color: #CA92AB;
}
.BgClassName
{
background-color: #CA92AB;
}
</style>
border-color css
<style>
span { border-color: #CA92AB; }
span { border-color: rgb(202,146,171); }
td.TdClassName
{
border-color: #CA92AB;
}
.TagClassName
{
border-color: #CA92AB;
}
</style>