Shades of Lily #CF7AB6
Tints of Lily #CF7AB6
RGB
CMYK
RGB Variations
Color information
#CF7AB6 (or 0xCF7AB6) is known color: Lily. HEX triplet: CF, 7A and B6. RGB value is (207,122,182). Sum of RGB (Red+Green+Blue) = 207+122+182=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7AB6 is #308549. Grayscale: #9A9A9A. Windows color (decimal): -3179850 or 11958991. OLE color: 11958991.
HSL color Cylindrical-coordinate representation of color #CF7AB6: hue angle of 317.65º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7AB6 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 182 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.19 |
| HSL | 317.65º | 0.47% | 0.65% | - |
| HSV(B) | 317.65º | 0.41% | 0.81% | - |
| XYZ | 41.14 | 30.56 | 47.99 | - |
| YUV | 154.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 182 | 0 | 0.41 | 0.12 | 0.19 | 317.65 | 0.47 | 0.65 |
| Hex | CF | 7A | B6 | 0 | 29 | C | 13 | 13E | 2F | 41 |
| Octal | 317 | 172 | 266 | 0 | 51 | 14 | 23 | 476 | 57 | 101 |
| Binary | 11001111 | 1111010 | 10110110 | 0 | 101001 | 1100 | 10011 | 100111110 | 101111 | 1000001 |
Color Harmonies of #CF7AB6
Complementary color
Monochromatic Colors of #CF7AB6
Black with #CF7AB6
Text Example
Text Example
White with #CF7AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7AB6; }
p { color: rgb(207,122,182); }
H1.HeaderClassName
{
color: #CF7AB6;
}
.AnyTagClassName
{
color: #CF7AB6;
}
</style>
background-color css
<style>
a { background-color: #CF7AB6; }
a { background-color: rgb(207,122,182); }
div.DivClassName
{
background-color: #CF7AB6;
}
.BgClassName
{
background-color: #CF7AB6;
}
</style>
border-color css
<style>
span { border-color: #CF7AB6; }
span { border-color: rgb(207,122,182); }
td.TdClassName
{
border-color: #CF7AB6;
}
.TagClassName
{
border-color: #CF7AB6;
}
</style>