Shades of Lily #C992AC
Tints of Lily #C992AC
RGB
CMYK
RGB Variations
Color information
#C992AC (or 0xC992AC) is known color: Lily. HEX triplet: C9, 92 and AC. RGB value is (201,146,172). Sum of RGB (Red+Green+Blue) = 201+146+172=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C992AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C992AC is #366D53. Grayscale: #A5A5A5. Windows color (decimal): -3566932 or 11309769. OLE color: 11309769.
HSL color Cylindrical-coordinate representation of color #C992AC: hue angle of 331.64º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C992AC is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 172 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.21 |
| HSL | 331.64º | 0.34% | 0.68% | - |
| HSV(B) | 331.64º | 0.27% | 0.79% | - |
| XYZ | 41.81 | 35.95 | 43.77 | - |
| YUV | 165.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 172 | 0 | 0.27 | 0.14 | 0.21 | 331.64 | 0.34 | 0.68 |
| Hex | C9 | 92 | AC | 0 | 1B | E | 15 | 14C | 22 | 44 |
| Octal | 311 | 222 | 254 | 0 | 33 | 16 | 25 | 514 | 42 | 104 |
| Binary | 11001001 | 10010010 | 10101100 | 0 | 11011 | 1110 | 10101 | 101001100 | 100010 | 1000100 |
Color Harmonies of #C992AC
Complementary color
Monochromatic Colors of #C992AC
Black with #C992AC
Text Example
Text Example
White with #C992AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C992AC; }
p { color: rgb(201,146,172); }
H1.HeaderClassName
{
color: #C992AC;
}
.AnyTagClassName
{
color: #C992AC;
}
</style>
background-color css
<style>
a { background-color: #C992AC; }
a { background-color: rgb(201,146,172); }
div.DivClassName
{
background-color: #C992AC;
}
.BgClassName
{
background-color: #C992AC;
}
</style>
border-color css
<style>
span { border-color: #C992AC; }
span { border-color: rgb(201,146,172); }
td.TdClassName
{
border-color: #C992AC;
}
.TagClassName
{
border-color: #C992AC;
}
</style>