Shades of Lily #CA9DB0
Tints of Lily #CA9DB0
RGB
CMYK
RGB Variations
Color information
#CA9DB0 (or 0xCA9DB0) is known color: Lily. HEX triplet: CA, 9D and B0. RGB value is (202,157,176). Sum of RGB (Red+Green+Blue) = 202+157+176=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9DB0 is #35624F. Grayscale: #ACACAC. Windows color (decimal): -3498576 or 11574730. OLE color: 11574730.
HSL color Cylindrical-coordinate representation of color #CA9DB0: hue angle of 334.67º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CA9DB0 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 157 | 176 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.21 |
| HSL | 334.67º | 0.3% | 0.7% | - |
| HSV(B) | 334.67º | 0.22% | 0.79% | - |
| XYZ | 44.25 | 39.81 | 46.43 | - |
| YUV | 172.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 176 | 0 | 0.22 | 0.13 | 0.21 | 334.67 | 0.3 | 0.7 |
| Hex | CA | 9D | B0 | 0 | 16 | D | 15 | 14F | 1E | 46 |
| Octal | 312 | 235 | 260 | 0 | 26 | 15 | 25 | 517 | 36 | 106 |
| Binary | 11001010 | 10011101 | 10110000 | 0 | 10110 | 1101 | 10101 | 101001111 | 11110 | 1000110 |
Color Harmonies of #CA9DB0
Complementary color
Monochromatic Colors of #CA9DB0
Black with #CA9DB0
Text Example
Text Example
White with #CA9DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9DB0; }
p { color: rgb(202,157,176); }
H1.HeaderClassName
{
color: #CA9DB0;
}
.AnyTagClassName
{
color: #CA9DB0;
}
</style>
background-color css
<style>
a { background-color: #CA9DB0; }
a { background-color: rgb(202,157,176); }
div.DivClassName
{
background-color: #CA9DB0;
}
.BgClassName
{
background-color: #CA9DB0;
}
</style>
border-color css
<style>
span { border-color: #CA9DB0; }
span { border-color: rgb(202,157,176); }
td.TdClassName
{
border-color: #CA9DB0;
}
.TagClassName
{
border-color: #CA9DB0;
}
</style>