Shades of Lily #C985BA
Tints of Lily #C985BA
RGB
CMYK
RGB Variations
Color information
#C985BA (or 0xC985BA) is known color: Lily. HEX triplet: C9, 85 and BA. RGB value is (201,133,186). Sum of RGB (Red+Green+Blue) = 201+133+186=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C985BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985BA is #367A45. Grayscale: #9F9F9F. Windows color (decimal): -3570246 or 12223945. OLE color: 12223945.
HSL color Cylindrical-coordinate representation of color #C985BA: hue angle of 313.24º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C985BA is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 186 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.21 |
| HSL | 313.24º | 0.39% | 0.65% | - |
| HSV(B) | 313.24º | 0.34% | 0.79% | - |
| XYZ | 41.34 | 32.74 | 50.59 | - |
| YUV | 159.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 186 | 0 | 0.34 | 0.07 | 0.21 | 313.24 | 0.39 | 0.65 |
| Hex | C9 | 85 | BA | 0 | 22 | 7 | 15 | 139 | 27 | 41 |
| Octal | 311 | 205 | 272 | 0 | 42 | 7 | 25 | 471 | 47 | 101 |
| Binary | 11001001 | 10000101 | 10111010 | 0 | 100010 | 111 | 10101 | 100111001 | 100111 | 1000001 |
Color Harmonies of #C985BA
Complementary color
Monochromatic Colors of #C985BA
Black with #C985BA
Text Example
Text Example
White with #C985BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C985BA; }
p { color: rgb(201,133,186); }
H1.HeaderClassName
{
color: #C985BA;
}
.AnyTagClassName
{
color: #C985BA;
}
</style>
background-color css
<style>
a { background-color: #C985BA; }
a { background-color: rgb(201,133,186); }
div.DivClassName
{
background-color: #C985BA;
}
.BgClassName
{
background-color: #C985BA;
}
</style>
border-color css
<style>
span { border-color: #C985BA; }
span { border-color: rgb(201,133,186); }
td.TdClassName
{
border-color: #C985BA;
}
.TagClassName
{
border-color: #C985BA;
}
</style>