Shades of Lily #C983AB
Tints of Lily #C983AB
RGB
CMYK
RGB Variations
Color information
#C983AB (or 0xC983AB) is known color: Lily. HEX triplet: C9, 83 and AB. RGB value is (201,131,171). Sum of RGB (Red+Green+Blue) = 201+131+171=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C983AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C983AB is #367C54. Grayscale: #9C9C9C. Windows color (decimal): -3570773 or 11240393. OLE color: 11240393.
HSL color Cylindrical-coordinate representation of color #C983AB: hue angle of 325.71º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C983AB is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 131 | 171 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.21 |
| HSL | 325.71º | 0.39% | 0.65% | - |
| HSV(B) | 325.71º | 0.35% | 0.79% | - |
| XYZ | 39.55 | 31.59 | 42.54 | - |
| YUV | 156.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 171 | 0 | 0.35 | 0.15 | 0.21 | 325.71 | 0.39 | 0.65 |
| Hex | C9 | 83 | AB | 0 | 23 | F | 15 | 146 | 27 | 41 |
| Octal | 311 | 203 | 253 | 0 | 43 | 17 | 25 | 506 | 47 | 101 |
| Binary | 11001001 | 10000011 | 10101011 | 0 | 100011 | 1111 | 10101 | 101000110 | 100111 | 1000001 |
Color Harmonies of #C983AB
Complementary color
Monochromatic Colors of #C983AB
Black with #C983AB
Text Example
Text Example
White with #C983AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C983AB; }
p { color: rgb(201,131,171); }
H1.HeaderClassName
{
color: #C983AB;
}
.AnyTagClassName
{
color: #C983AB;
}
</style>
background-color css
<style>
a { background-color: #C983AB; }
a { background-color: rgb(201,131,171); }
div.DivClassName
{
background-color: #C983AB;
}
.BgClassName
{
background-color: #C983AB;
}
</style>
border-color css
<style>
span { border-color: #C983AB; }
span { border-color: rgb(201,131,171); }
td.TdClassName
{
border-color: #C983AB;
}
.TagClassName
{
border-color: #C983AB;
}
</style>