Shades of Lily #C995BA
Tints of Lily #C995BA
RGB
CMYK
RGB Variations
Color information
#C995BA (or 0xC995BA) is known color: Lily. HEX triplet: C9, 95 and BA. RGB value is (201,149,186). Sum of RGB (Red+Green+Blue) = 201+149+186=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 201 - color contains mainly: red. Hex color #C995BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995BA is #366A45. Grayscale: #A8A8A8. Windows color (decimal): -3566150 or 12228041. OLE color: 12228041.
HSL color Cylindrical-coordinate representation of color #C995BA: hue angle of 317.31º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C995BA is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 186 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.21 |
| HSL | 317.31º | 0.33% | 0.69% | - |
| HSV(B) | 317.31º | 0.26% | 0.79% | - |
| XYZ | 43.7 | 37.46 | 51.38 | - |
| YUV | 168.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 186 | 0 | 0.26 | 0.07 | 0.21 | 317.31 | 0.33 | 0.69 |
| Hex | C9 | 95 | BA | 0 | 1A | 7 | 15 | 13D | 20 | 45 |
| Octal | 311 | 225 | 272 | 0 | 32 | 7 | 25 | 475 | 40 | 105 |
| Binary | 11001001 | 10010101 | 10111010 | 0 | 11010 | 111 | 10101 | 100111101 | 100000 | 1000101 |
Color Harmonies of #C995BA
Complementary color
Monochromatic Colors of #C995BA
Black with #C995BA
Text Example
Text Example
White with #C995BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C995BA; }
p { color: rgb(201,149,186); }
H1.HeaderClassName
{
color: #C995BA;
}
.AnyTagClassName
{
color: #C995BA;
}
</style>
background-color css
<style>
a { background-color: #C995BA; }
a { background-color: rgb(201,149,186); }
div.DivClassName
{
background-color: #C995BA;
}
.BgClassName
{
background-color: #C995BA;
}
</style>
border-color css
<style>
span { border-color: #C995BA; }
span { border-color: rgb(201,149,186); }
td.TdClassName
{
border-color: #C995BA;
}
.TagClassName
{
border-color: #C995BA;
}
</style>