Shades of Lily #CF94AF
Tints of Lily #CF94AF
RGB
CMYK
RGB Variations
Color information
#CF94AF (or 0xCF94AF) is known color: Lily. HEX triplet: CF, 94 and AF. RGB value is (207,148,175). Sum of RGB (Red+Green+Blue) = 207+148+175=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CF94AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF94AF is #306B50. Grayscale: #A8A8A8. Windows color (decimal): -3173201 or 11506895. OLE color: 11506895.
HSL color Cylindrical-coordinate representation of color #CF94AF: hue angle of 332.54º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF94AF is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 175 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.19 |
| HSL | 332.54º | 0.38% | 0.7% | - |
| HSV(B) | 332.54º | 0.29% | 0.81% | - |
| XYZ | 44.06 | 37.54 | 45.48 | - |
| YUV | 168.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 175 | 0 | 0.29 | 0.15 | 0.19 | 332.54 | 0.38 | 0.7 |
| Hex | CF | 94 | AF | 0 | 1D | F | 13 | 14D | 26 | 46 |
| Octal | 317 | 224 | 257 | 0 | 35 | 17 | 23 | 515 | 46 | 106 |
| Binary | 11001111 | 10010100 | 10101111 | 0 | 11101 | 1111 | 10011 | 101001101 | 100110 | 1000110 |
Color Harmonies of #CF94AF
Complementary color
Monochromatic Colors of #CF94AF
Black with #CF94AF
Text Example
Text Example
White with #CF94AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF94AF; }
p { color: rgb(207,148,175); }
H1.HeaderClassName
{
color: #CF94AF;
}
.AnyTagClassName
{
color: #CF94AF;
}
</style>
background-color css
<style>
a { background-color: #CF94AF; }
a { background-color: rgb(207,148,175); }
div.DivClassName
{
background-color: #CF94AF;
}
.BgClassName
{
background-color: #CF94AF;
}
</style>
border-color css
<style>
span { border-color: #CF94AF; }
span { border-color: rgb(207,148,175); }
td.TdClassName
{
border-color: #CF94AF;
}
.TagClassName
{
border-color: #CF94AF;
}
</style>