Shades of Lily #C994BC
Tints of Lily #C994BC
RGB
CMYK
RGB Variations
Color information
#C994BC (or 0xC994BC) is known color: Lily. HEX triplet: C9, 94 and BC. RGB value is (201,148,188). Sum of RGB (Red+Green+Blue) = 201+148+188=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C994BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994BC is #366B43. Grayscale: #A8A8A8. Windows color (decimal): -3566404 or 12358857. OLE color: 12358857.
HSL color Cylindrical-coordinate representation of color #C994BC: hue angle of 314.72º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C994BC is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 188 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.21 |
| HSL | 314.72º | 0.33% | 0.68% | - |
| HSV(B) | 314.72º | 0.26% | 0.79% | - |
| XYZ | 43.75 | 37.23 | 52.46 | - |
| YUV | 168.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 188 | 0 | 0.26 | 0.06 | 0.21 | 314.72 | 0.33 | 0.68 |
| Hex | C9 | 94 | BC | 0 | 1A | 6 | 15 | 13B | 21 | 44 |
| Octal | 311 | 224 | 274 | 0 | 32 | 6 | 25 | 473 | 41 | 104 |
| Binary | 11001001 | 10010100 | 10111100 | 0 | 11010 | 110 | 10101 | 100111011 | 100001 | 1000100 |
Color Harmonies of #C994BC
Complementary color
Monochromatic Colors of #C994BC
Black with #C994BC
Text Example
Text Example
White with #C994BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C994BC; }
p { color: rgb(201,148,188); }
H1.HeaderClassName
{
color: #C994BC;
}
.AnyTagClassName
{
color: #C994BC;
}
</style>
background-color css
<style>
a { background-color: #C994BC; }
a { background-color: rgb(201,148,188); }
div.DivClassName
{
background-color: #C994BC;
}
.BgClassName
{
background-color: #C994BC;
}
</style>
border-color css
<style>
span { border-color: #C994BC; }
span { border-color: rgb(201,148,188); }
td.TdClassName
{
border-color: #C994BC;
}
.TagClassName
{
border-color: #C994BC;
}
</style>