Shades of Lily #CA9BAE
Tints of Lily #CA9BAE
RGB
CMYK
RGB Variations
Color information
#CA9BAE (or 0xCA9BAE) is known color: Lily. HEX triplet: CA, 9B and AE. RGB value is (202,155,174). Sum of RGB (Red+Green+Blue) = 202+155+174=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9BAE is #356451. Grayscale: #ABABAB. Windows color (decimal): -3499090 or 11443146. OLE color: 11443146.
HSL color Cylindrical-coordinate representation of color #CA9BAE: hue angle of 335.74º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CA9BAE is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 155 | 174 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.21 |
| HSL | 335.74º | 0.31% | 0.7% | - |
| HSV(B) | 335.74º | 0.23% | 0.79% | - |
| XYZ | 43.72 | 39.06 | 45.28 | - |
| YUV | 171.22 | 129.57 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 174 | 0 | 0.23 | 0.14 | 0.21 | 335.74 | 0.31 | 0.7 |
| Hex | CA | 9B | AE | 0 | 17 | E | 15 | 150 | 1F | 46 |
| Octal | 312 | 233 | 256 | 0 | 27 | 16 | 25 | 520 | 37 | 106 |
| Binary | 11001010 | 10011011 | 10101110 | 0 | 10111 | 1110 | 10101 | 101010000 | 11111 | 1000110 |
Color Harmonies of #CA9BAE
Complementary color
Monochromatic Colors of #CA9BAE
Black with #CA9BAE
Text Example
Text Example
White with #CA9BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9BAE; }
p { color: rgb(202,155,174); }
H1.HeaderClassName
{
color: #CA9BAE;
}
.AnyTagClassName
{
color: #CA9BAE;
}
</style>
background-color css
<style>
a { background-color: #CA9BAE; }
a { background-color: rgb(202,155,174); }
div.DivClassName
{
background-color: #CA9BAE;
}
.BgClassName
{
background-color: #CA9BAE;
}
</style>
border-color css
<style>
span { border-color: #CA9BAE; }
span { border-color: rgb(202,155,174); }
td.TdClassName
{
border-color: #CA9BAE;
}
.TagClassName
{
border-color: #CA9BAE;
}
</style>