Shades of Lily #CA91B7
Tints of Lily #CA91B7
RGB
CMYK
RGB Variations
Color information
#CA91B7 (or 0xCA91B7) is known color: Lily. HEX triplet: CA, 91 and B7. RGB value is (202,145,183). Sum of RGB (Red+Green+Blue) = 202+145+183=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CA91B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91B7 is #356E48. Grayscale: #A6A6A6. Windows color (decimal): -3501641 or 12030410. OLE color: 12030410.
HSL color Cylindrical-coordinate representation of color #CA91B7: hue angle of 320º 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 #CA91B7 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 183 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.21 |
| HSL | 320º | 0.35% | 0.68% | - |
| HSV(B) | 320º | 0.28% | 0.79% | - |
| XYZ | 43.03 | 36.23 | 49.52 | - |
| YUV | 166.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 183 | 0 | 0.28 | 0.09 | 0.21 | 320 | 0.35 | 0.68 |
| Hex | CA | 91 | B7 | 0 | 1C | 9 | 15 | 140 | 23 | 44 |
| Octal | 312 | 221 | 267 | 0 | 34 | 11 | 25 | 500 | 43 | 104 |
| Binary | 11001010 | 10010001 | 10110111 | 0 | 11100 | 1001 | 10101 | 101000000 | 100011 | 1000100 |
Color Harmonies of #CA91B7
Complementary color
Monochromatic Colors of #CA91B7
Black with #CA91B7
Text Example
Text Example
White with #CA91B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA91B7; }
p { color: rgb(202,145,183); }
H1.HeaderClassName
{
color: #CA91B7;
}
.AnyTagClassName
{
color: #CA91B7;
}
</style>
background-color css
<style>
a { background-color: #CA91B7; }
a { background-color: rgb(202,145,183); }
div.DivClassName
{
background-color: #CA91B7;
}
.BgClassName
{
background-color: #CA91B7;
}
</style>
border-color css
<style>
span { border-color: #CA91B7; }
span { border-color: rgb(202,145,183); }
td.TdClassName
{
border-color: #CA91B7;
}
.TagClassName
{
border-color: #CA91B7;
}
</style>