Shades of Lily #CA8FB9
Tints of Lily #CA8FB9
RGB
CMYK
RGB Variations
Color information
#CA8FB9 (or 0xCA8FB9) is known color: Lily. HEX triplet: CA, 8F and B9. RGB value is (202,143,185). Sum of RGB (Red+Green+Blue) = 202+143+185=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FB9 is #357046. Grayscale: #A5A5A5. Windows color (decimal): -3502151 or 12160970. OLE color: 12160970.
HSL color Cylindrical-coordinate representation of color #CA8FB9: hue angle of 317.29º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA8FB9 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 185 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.21 |
| HSL | 317.29º | 0.36% | 0.68% | - |
| HSV(B) | 317.29º | 0.29% | 0.79% | - |
| XYZ | 42.94 | 35.7 | 50.53 | - |
| YUV | 165.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 185 | 0 | 0.29 | 0.08 | 0.21 | 317.29 | 0.36 | 0.68 |
| Hex | CA | 8F | B9 | 0 | 1D | 8 | 15 | 13D | 24 | 44 |
| Octal | 312 | 217 | 271 | 0 | 35 | 10 | 25 | 475 | 44 | 104 |
| Binary | 11001010 | 10001111 | 10111001 | 0 | 11101 | 1000 | 10101 | 100111101 | 100100 | 1000100 |
Color Harmonies of #CA8FB9
Complementary color
Monochromatic Colors of #CA8FB9
Black with #CA8FB9
Text Example
Text Example
White with #CA8FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FB9; }
p { color: rgb(202,143,185); }
H1.HeaderClassName
{
color: #CA8FB9;
}
.AnyTagClassName
{
color: #CA8FB9;
}
</style>
background-color css
<style>
a { background-color: #CA8FB9; }
a { background-color: rgb(202,143,185); }
div.DivClassName
{
background-color: #CA8FB9;
}
.BgClassName
{
background-color: #CA8FB9;
}
</style>
border-color css
<style>
span { border-color: #CA8FB9; }
span { border-color: rgb(202,143,185); }
td.TdClassName
{
border-color: #CA8FB9;
}
.TagClassName
{
border-color: #CA8FB9;
}
</style>