Shades of Lily #CA9CBC
Tints of Lily #CA9CBC
RGB
CMYK
RGB Variations
Color information
#CA9CBC (or 0xCA9CBC) is known color: Lily. HEX triplet: CA, 9C and BC. RGB value is (202,156,188). Sum of RGB (Red+Green+Blue) = 202+156+188=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9CBC is #356343. Grayscale: #ADADAD. Windows color (decimal): -3498820 or 12360906. OLE color: 12360906.
HSL color Cylindrical-coordinate representation of color #CA9CBC: hue angle of 318.26º degrees, saturation: 0.3, 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 #CA9CBC is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 188 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.21 |
| HSL | 318.26º | 0.3% | 0.7% | - |
| HSV(B) | 318.26º | 0.23% | 0.79% | - |
| XYZ | 45.32 | 39.96 | 52.9 | - |
| YUV | 173.4 | 136.24 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 188 | 0 | 0.23 | 0.07 | 0.21 | 318.26 | 0.3 | 0.7 |
| Hex | CA | 9C | BC | 0 | 17 | 7 | 15 | 13E | 1E | 46 |
| Octal | 312 | 234 | 274 | 0 | 27 | 7 | 25 | 476 | 36 | 106 |
| Binary | 11001010 | 10011100 | 10111100 | 0 | 10111 | 111 | 10101 | 100111110 | 11110 | 1000110 |
Color Harmonies of #CA9CBC
Complementary color
Monochromatic Colors of #CA9CBC
Black with #CA9CBC
Text Example
Text Example
White with #CA9CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9CBC; }
p { color: rgb(202,156,188); }
H1.HeaderClassName
{
color: #CA9CBC;
}
.AnyTagClassName
{
color: #CA9CBC;
}
</style>
background-color css
<style>
a { background-color: #CA9CBC; }
a { background-color: rgb(202,156,188); }
div.DivClassName
{
background-color: #CA9CBC;
}
.BgClassName
{
background-color: #CA9CBC;
}
</style>
border-color css
<style>
span { border-color: #CA9CBC; }
span { border-color: rgb(202,156,188); }
td.TdClassName
{
border-color: #CA9CBC;
}
.TagClassName
{
border-color: #CA9CBC;
}
</style>