Shades of Lily #C994B6
Tints of Lily #C994B6
RGB
CMYK
RGB Variations
Color information
#C994B6 (or 0xC994B6) is known color: Lily. HEX triplet: C9, 94 and B6. RGB value is (201,148,182). Sum of RGB (Red+Green+Blue) = 201+148+182=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C994B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994B6 is #366B49. Grayscale: #A7A7A7. Windows color (decimal): -3566410 or 11965641. OLE color: 11965641.
HSL color Cylindrical-coordinate representation of color #C994B6: hue angle of 321.51º 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 #C994B6 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 182 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.21 |
| HSL | 321.51º | 0.33% | 0.68% | - |
| HSV(B) | 321.51º | 0.26% | 0.79% | - |
| XYZ | 43.12 | 36.97 | 49.12 | - |
| YUV | 167.72 | 136.06 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 182 | 0 | 0.26 | 0.09 | 0.21 | 321.51 | 0.33 | 0.68 |
| Hex | C9 | 94 | B6 | 0 | 1A | 9 | 15 | 142 | 21 | 44 |
| Octal | 311 | 224 | 266 | 0 | 32 | 11 | 25 | 502 | 41 | 104 |
| Binary | 11001001 | 10010100 | 10110110 | 0 | 11010 | 1001 | 10101 | 101000010 | 100001 | 1000100 |
Color Harmonies of #C994B6
Complementary color
Monochromatic Colors of #C994B6
Black with #C994B6
Text Example
Text Example
White with #C994B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C994B6; }
p { color: rgb(201,148,182); }
H1.HeaderClassName
{
color: #C994B6;
}
.AnyTagClassName
{
color: #C994B6;
}
</style>
background-color css
<style>
a { background-color: #C994B6; }
a { background-color: rgb(201,148,182); }
div.DivClassName
{
background-color: #C994B6;
}
.BgClassName
{
background-color: #C994B6;
}
</style>
border-color css
<style>
span { border-color: #C994B6; }
span { border-color: rgb(201,148,182); }
td.TdClassName
{
border-color: #C994B6;
}
.TagClassName
{
border-color: #C994B6;
}
</style>