Shades of Lily #CF8AB6
Tints of Lily #CF8AB6
RGB
CMYK
RGB Variations
Color information
#CF8AB6 (or 0xCF8AB6) is known color: Lily. HEX triplet: CF, 8A and B6. RGB value is (207,138,182). Sum of RGB (Red+Green+Blue) = 207+138+182=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8AB6 is #307549. Grayscale: #A3A3A3. Windows color (decimal): -3175754 or 11963087. OLE color: 11963087.
HSL color Cylindrical-coordinate representation of color #CF8AB6: hue angle of 321.74º 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 #CF8AB6 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 182 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.19 |
| HSL | 321.74º | 0.42% | 0.68% | - |
| HSV(B) | 321.74º | 0.33% | 0.81% | - |
| XYZ | 43.26 | 34.82 | 48.7 | - |
| YUV | 163.65 | 138.36 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 182 | 0 | 0.33 | 0.12 | 0.19 | 321.74 | 0.42 | 0.68 |
| Hex | CF | 8A | B6 | 0 | 21 | C | 13 | 142 | 2A | 44 |
| Octal | 317 | 212 | 266 | 0 | 41 | 14 | 23 | 502 | 52 | 104 |
| Binary | 11001111 | 10001010 | 10110110 | 0 | 100001 | 1100 | 10011 | 101000010 | 101010 | 1000100 |
Color Harmonies of #CF8AB6
Complementary color
Monochromatic Colors of #CF8AB6
Black with #CF8AB6
Text Example
Text Example
White with #CF8AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8AB6; }
p { color: rgb(207,138,182); }
H1.HeaderClassName
{
color: #CF8AB6;
}
.AnyTagClassName
{
color: #CF8AB6;
}
</style>
background-color css
<style>
a { background-color: #CF8AB6; }
a { background-color: rgb(207,138,182); }
div.DivClassName
{
background-color: #CF8AB6;
}
.BgClassName
{
background-color: #CF8AB6;
}
</style>
border-color css
<style>
span { border-color: #CF8AB6; }
span { border-color: rgb(207,138,182); }
td.TdClassName
{
border-color: #CF8AB6;
}
.TagClassName
{
border-color: #CF8AB6;
}
</style>