Shades of Lily #C992AB
Tints of Lily #C992AB
RGB
CMYK
RGB Variations
Color information
#C992AB (or 0xC992AB) is known color: Lily. HEX triplet: C9, 92 and AB. RGB value is (201,146,171). Sum of RGB (Red+Green+Blue) = 201+146+171=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C992AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C992AB is #366D54. Grayscale: #A5A5A5. Windows color (decimal): -3566933 or 11244233. OLE color: 11244233.
HSL color Cylindrical-coordinate representation of color #C992AB: hue angle of 332.73º 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 #C992AB is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 171 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.21 |
| HSL | 332.73º | 0.34% | 0.68% | - |
| HSV(B) | 332.73º | 0.27% | 0.79% | - |
| XYZ | 41.72 | 35.92 | 43.26 | - |
| YUV | 165.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 171 | 0 | 0.27 | 0.15 | 0.21 | 332.73 | 0.34 | 0.68 |
| Hex | C9 | 92 | AB | 0 | 1B | F | 15 | 14D | 22 | 44 |
| Octal | 311 | 222 | 253 | 0 | 33 | 17 | 25 | 515 | 42 | 104 |
| Binary | 11001001 | 10010010 | 10101011 | 0 | 11011 | 1111 | 10101 | 101001101 | 100010 | 1000100 |
Color Harmonies of #C992AB
Complementary color
Monochromatic Colors of #C992AB
Black with #C992AB
Text Example
Text Example
White with #C992AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C992AB; }
p { color: rgb(201,146,171); }
H1.HeaderClassName
{
color: #C992AB;
}
.AnyTagClassName
{
color: #C992AB;
}
</style>
background-color css
<style>
a { background-color: #C992AB; }
a { background-color: rgb(201,146,171); }
div.DivClassName
{
background-color: #C992AB;
}
.BgClassName
{
background-color: #C992AB;
}
</style>
border-color css
<style>
span { border-color: #C992AB; }
span { border-color: rgb(201,146,171); }
td.TdClassName
{
border-color: #C992AB;
}
.TagClassName
{
border-color: #C992AB;
}
</style>