Shades of Lily #CA8FAB
Tints of Lily #CA8FAB
RGB
CMYK
RGB Variations
Color information
#CA8FAB (or 0xCA8FAB) is known color: Lily. HEX triplet: CA, 8F and AB. RGB value is (202,143,171). Sum of RGB (Red+Green+Blue) = 202+143+171=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8FAB is #357054. Grayscale: #A3A3A3. Windows color (decimal): -3502165 or 11243466. OLE color: 11243466.
HSL color Cylindrical-coordinate representation of color #CA8FAB: hue angle of 331.53º 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 #CA8FAB is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 171 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.21 |
| HSL | 331.53º | 0.36% | 0.68% | - |
| HSV(B) | 331.53º | 0.29% | 0.79% | - |
| XYZ | 41.53 | 35.14 | 43.12 | - |
| YUV | 163.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 171 | 0 | 0.29 | 0.15 | 0.21 | 331.53 | 0.36 | 0.68 |
| Hex | CA | 8F | AB | 0 | 1D | F | 15 | 14C | 24 | 44 |
| Octal | 312 | 217 | 253 | 0 | 35 | 17 | 25 | 514 | 44 | 104 |
| Binary | 11001010 | 10001111 | 10101011 | 0 | 11101 | 1111 | 10101 | 101001100 | 100100 | 1000100 |
Color Harmonies of #CA8FAB
Complementary color
Monochromatic Colors of #CA8FAB
Black with #CA8FAB
Text Example
Text Example
White with #CA8FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FAB; }
p { color: rgb(202,143,171); }
H1.HeaderClassName
{
color: #CA8FAB;
}
.AnyTagClassName
{
color: #CA8FAB;
}
</style>
background-color css
<style>
a { background-color: #CA8FAB; }
a { background-color: rgb(202,143,171); }
div.DivClassName
{
background-color: #CA8FAB;
}
.BgClassName
{
background-color: #CA8FAB;
}
</style>
border-color css
<style>
span { border-color: #CA8FAB; }
span { border-color: rgb(202,143,171); }
td.TdClassName
{
border-color: #CA8FAB;
}
.TagClassName
{
border-color: #CA8FAB;
}
</style>