Shades of Lily #C995BC
Tints of Lily #C995BC
RGB
CMYK
RGB Variations
Color information
#C995BC (or 0xC995BC) is known color: Lily. HEX triplet: C9, 95 and BC. RGB value is (201,149,188). Sum of RGB (Red+Green+Blue) = 201+149+188=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C995BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995BC is #366A43. Grayscale: #A8A8A8. Windows color (decimal): -3566148 or 12359113. OLE color: 12359113.
HSL color Cylindrical-coordinate representation of color #C995BC: hue angle of 315º 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 #C995BC is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 188 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.21 |
| HSL | 315º | 0.33% | 0.69% | - |
| HSV(B) | 315º | 0.26% | 0.79% | - |
| XYZ | 43.91 | 37.54 | 52.51 | - |
| YUV | 168.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 188 | 0 | 0.26 | 0.06 | 0.21 | 315 | 0.33 | 0.69 |
| Hex | C9 | 95 | BC | 0 | 1A | 6 | 15 | 13B | 20 | 45 |
| Octal | 311 | 225 | 274 | 0 | 32 | 6 | 25 | 473 | 40 | 105 |
| Binary | 11001001 | 10010101 | 10111100 | 0 | 11010 | 110 | 10101 | 100111011 | 100000 | 1000101 |
Color Harmonies of #C995BC
Complementary color
Monochromatic Colors of #C995BC
Black with #C995BC
Text Example
Text Example
White with #C995BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C995BC; }
p { color: rgb(201,149,188); }
H1.HeaderClassName
{
color: #C995BC;
}
.AnyTagClassName
{
color: #C995BC;
}
</style>
background-color css
<style>
a { background-color: #C995BC; }
a { background-color: rgb(201,149,188); }
div.DivClassName
{
background-color: #C995BC;
}
.BgClassName
{
background-color: #C995BC;
}
</style>
border-color css
<style>
span { border-color: #C995BC; }
span { border-color: rgb(201,149,188); }
td.TdClassName
{
border-color: #C995BC;
}
.TagClassName
{
border-color: #C995BC;
}
</style>