Shades of Lily #CF8AB1
Tints of Lily #CF8AB1
RGB
CMYK
RGB Variations
Color information
#CF8AB1 (or 0xCF8AB1) is known color: Lily. HEX triplet: CF, 8A and B1. RGB value is (207,138,177). Sum of RGB (Red+Green+Blue) = 207+138+177=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8AB1 is #30754E. Grayscale: #A2A2A2. Windows color (decimal): -3175759 or 11635407. OLE color: 11635407.
HSL color Cylindrical-coordinate representation of color #CF8AB1: hue angle of 326.09º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8AB1 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 177 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.19 |
| HSL | 326.09º | 0.42% | 0.68% | - |
| HSV(B) | 326.09º | 0.33% | 0.81% | - |
| XYZ | 42.76 | 34.62 | 46.02 | - |
| YUV | 163.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 177 | 0 | 0.33 | 0.14 | 0.19 | 326.09 | 0.42 | 0.68 |
| Hex | CF | 8A | B1 | 0 | 21 | E | 13 | 146 | 2A | 44 |
| Octal | 317 | 212 | 261 | 0 | 41 | 16 | 23 | 506 | 52 | 104 |
| Binary | 11001111 | 10001010 | 10110001 | 0 | 100001 | 1110 | 10011 | 101000110 | 101010 | 1000100 |
Color Harmonies of #CF8AB1
Complementary color
Monochromatic Colors of #CF8AB1
Black with #CF8AB1
Text Example
Text Example
White with #CF8AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8AB1; }
p { color: rgb(207,138,177); }
H1.HeaderClassName
{
color: #CF8AB1;
}
.AnyTagClassName
{
color: #CF8AB1;
}
</style>
background-color css
<style>
a { background-color: #CF8AB1; }
a { background-color: rgb(207,138,177); }
div.DivClassName
{
background-color: #CF8AB1;
}
.BgClassName
{
background-color: #CF8AB1;
}
</style>
border-color css
<style>
span { border-color: #CF8AB1; }
span { border-color: rgb(207,138,177); }
td.TdClassName
{
border-color: #CF8AB1;
}
.TagClassName
{
border-color: #CF8AB1;
}
</style>