Shades of Lily #C994B8
Tints of Lily #C994B8
RGB
CMYK
RGB Variations
Color information
#C994B8 (or 0xC994B8) is known color: Lily. HEX triplet: C9, 94 and B8. RGB value is (201,148,184). Sum of RGB (Red+Green+Blue) = 201+148+184=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C994B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994B8 is #366B47. Grayscale: #A7A7A7. Windows color (decimal): -3566408 or 12096713. OLE color: 12096713.
HSL color Cylindrical-coordinate representation of color #C994B8: hue angle of 319.25º 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 #C994B8 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 184 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.21 |
| HSL | 319.25º | 0.33% | 0.68% | - |
| HSV(B) | 319.25º | 0.26% | 0.79% | - |
| XYZ | 43.33 | 37.06 | 50.22 | - |
| YUV | 167.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 184 | 0 | 0.26 | 0.08 | 0.21 | 319.25 | 0.33 | 0.68 |
| Hex | C9 | 94 | B8 | 0 | 1A | 8 | 15 | 13F | 21 | 44 |
| Octal | 311 | 224 | 270 | 0 | 32 | 10 | 25 | 477 | 41 | 104 |
| Binary | 11001001 | 10010100 | 10111000 | 0 | 11010 | 1000 | 10101 | 100111111 | 100001 | 1000100 |
Color Harmonies of #C994B8
Complementary color
Monochromatic Colors of #C994B8
Black with #C994B8
Text Example
Text Example
White with #C994B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C994B8; }
p { color: rgb(201,148,184); }
H1.HeaderClassName
{
color: #C994B8;
}
.AnyTagClassName
{
color: #C994B8;
}
</style>
background-color css
<style>
a { background-color: #C994B8; }
a { background-color: rgb(201,148,184); }
div.DivClassName
{
background-color: #C994B8;
}
.BgClassName
{
background-color: #C994B8;
}
</style>
border-color css
<style>
span { border-color: #C994B8; }
span { border-color: rgb(201,148,184); }
td.TdClassName
{
border-color: #C994B8;
}
.TagClassName
{
border-color: #C994B8;
}
</style>