Shades of Lily #CA9EB6
Tints of Lily #CA9EB6
RGB
CMYK
RGB Variations
Color information
#CA9EB6 (or 0xCA9EB6) is known color: Lily. HEX triplet: CA, 9E and B6. RGB value is (202,158,182). Sum of RGB (Red+Green+Blue) = 202+158+182=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EB6 is #356149. Grayscale: #ADADAD. Windows color (decimal): -3498314 or 11968202. OLE color: 11968202.
HSL color Cylindrical-coordinate representation of color #CA9EB6: hue angle of 327.27º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CA9EB6 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 158 | 182 | - |
CMYK | 0 | 0.22 | 0.10 | 0.21 |
HSL | 327.27º | 0.29% | 0.71% | - |
HSV(B) | 327.27º | 0.22% | 0.79% | - |
XYZ | 45.03 | 40.39 | 49.68 | - |
YUV | 173.89 | 132.58 | 148.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 158 | 182 | 0 | 0.22 | 0.10 | 0.21 | 327.27 | 0.29 | 0.71 |
Hex | CA | 9E | B6 | 0 | 16 | A | 15 | 147 | 1D | 47 |
Octal | 312 | 236 | 266 | 0 | 26 | 12 | 25 | 507 | 35 | 107 |
Binary | 11001010 | 10011110 | 10110110 | 0 | 10110 | 1010 | 10101 | 101000111 | 11101 | 1000111 |
Color Harmonies of #CA9EB6
Complementary color
Monochromatic Colors of #CA9EB6
Black with #CA9EB6
Text Example
Text Example
White with #CA9EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9EB6; }
p { color: rgb(202,158,182); }
H1.HeaderClassName
{
color: #CA9EB6;
}
.AnyTagClassName
{
color: #CA9EB6;
}
</style>
background-color css
<style>
a { background-color: #CA9EB6; }
a { background-color: rgb(202,158,182); }
div.DivClassName
{
background-color: #CA9EB6;
}
.BgClassName
{
background-color: #CA9EB6;
}
</style>
border-color css
<style>
span { border-color: #CA9EB6; }
span { border-color: rgb(202,158,182); }
td.TdClassName
{
border-color: #CA9EB6;
}
.TagClassName
{
border-color: #CA9EB6;
}
</style>