Shades of Lily #CA8FB6
Tints of Lily #CA8FB6
RGB
CMYK
RGB Variations
Color information
#CA8FB6 (or 0xCA8FB6) is known color: Lily. HEX triplet: CA, 8F and B6. RGB value is (202,143,182). Sum of RGB (Red+Green+Blue) = 202+143+182=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FB6 is #357049. Grayscale: #A4A4A4. Windows color (decimal): -3502154 or 11964362. OLE color: 11964362.
HSL color Cylindrical-coordinate representation of color #CA8FB6: hue angle of 320.34º 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 #CA8FB6 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 182 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.21 |
| HSL | 320.34º | 0.36% | 0.68% | - |
| HSV(B) | 320.34º | 0.29% | 0.79% | - |
| XYZ | 42.62 | 35.58 | 48.88 | - |
| YUV | 165.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 182 | 0 | 0.29 | 0.10 | 0.21 | 320.34 | 0.36 | 0.68 |
| Hex | CA | 8F | B6 | 0 | 1D | A | 15 | 140 | 24 | 44 |
| Octal | 312 | 217 | 266 | 0 | 35 | 12 | 25 | 500 | 44 | 104 |
| Binary | 11001010 | 10001111 | 10110110 | 0 | 11101 | 1010 | 10101 | 101000000 | 100100 | 1000100 |
Color Harmonies of #CA8FB6
Complementary color
Monochromatic Colors of #CA8FB6
Black with #CA8FB6
Text Example
Text Example
White with #CA8FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FB6; }
p { color: rgb(202,143,182); }
H1.HeaderClassName
{
color: #CA8FB6;
}
.AnyTagClassName
{
color: #CA8FB6;
}
</style>
background-color css
<style>
a { background-color: #CA8FB6; }
a { background-color: rgb(202,143,182); }
div.DivClassName
{
background-color: #CA8FB6;
}
.BgClassName
{
background-color: #CA8FB6;
}
</style>
border-color css
<style>
span { border-color: #CA8FB6; }
span { border-color: rgb(202,143,182); }
td.TdClassName
{
border-color: #CA8FB6;
}
.TagClassName
{
border-color: #CA8FB6;
}
</style>