Shades of Lily #CA9CB3
Tints of Lily #CA9CB3
RGB
CMYK
RGB Variations
Color information
#CA9CB3 (or 0xCA9CB3) is known color: Lily. HEX triplet: CA, 9C and B3. RGB value is (202,156,179). Sum of RGB (Red+Green+Blue) = 202+156+179=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9CB3 is #35634C. Grayscale: #ACACAC. Windows color (decimal): -3498829 or 11771082. OLE color: 11771082.
HSL color Cylindrical-coordinate representation of color #CA9CB3: hue angle of 330º 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 #CA9CB3 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 179 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.21 |
| HSL | 330º | 0.3% | 0.7% | - |
| HSV(B) | 330º | 0.23% | 0.79% | - |
| XYZ | 44.38 | 39.59 | 47.95 | - |
| YUV | 172.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 179 | 0 | 0.23 | 0.11 | 0.21 | 330 | 0.3 | 0.7 |
| Hex | CA | 9C | B3 | 0 | 17 | B | 15 | 14A | 1E | 46 |
| Octal | 312 | 234 | 263 | 0 | 27 | 13 | 25 | 512 | 36 | 106 |
| Binary | 11001010 | 10011100 | 10110011 | 0 | 10111 | 1011 | 10101 | 101001010 | 11110 | 1000110 |
Color Harmonies of #CA9CB3
Complementary color
Monochromatic Colors of #CA9CB3
Black with #CA9CB3
Text Example
Text Example
White with #CA9CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9CB3; }
p { color: rgb(202,156,179); }
H1.HeaderClassName
{
color: #CA9CB3;
}
.AnyTagClassName
{
color: #CA9CB3;
}
</style>
background-color css
<style>
a { background-color: #CA9CB3; }
a { background-color: rgb(202,156,179); }
div.DivClassName
{
background-color: #CA9CB3;
}
.BgClassName
{
background-color: #CA9CB3;
}
</style>
border-color css
<style>
span { border-color: #CA9CB3; }
span { border-color: rgb(202,156,179); }
td.TdClassName
{
border-color: #CA9CB3;
}
.TagClassName
{
border-color: #CA9CB3;
}
</style>