Shades of Lily #C883AC
Tints of Lily #C883AC
RGB
CMYK
RGB Variations
Color information
#C883AC (or 0xC883AC) is known color: Lily. HEX triplet: C8, 83 and AC. RGB value is (200,131,172). Sum of RGB (Red+Green+Blue) = 200+131+172=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C883AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C883AC is #377C53. Grayscale: #9C9C9C. Windows color (decimal): -3636308 or 11305928. OLE color: 11305928.
HSL color Cylindrical-coordinate representation of color #C883AC: hue angle of 324.35º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C883AC is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 172 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.22 |
| HSL | 324.35º | 0.39% | 0.65% | - |
| HSV(B) | 324.35º | 0.35% | 0.78% | - |
| XYZ | 39.38 | 31.49 | 43.03 | - |
| YUV | 156.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 172 | 0 | 0.34 | 0.14 | 0.22 | 324.35 | 0.39 | 0.65 |
| Hex | C8 | 83 | AC | 0 | 22 | E | 16 | 144 | 27 | 41 |
| Octal | 310 | 203 | 254 | 0 | 42 | 16 | 26 | 504 | 47 | 101 |
| Binary | 11001000 | 10000011 | 10101100 | 0 | 100010 | 1110 | 10110 | 101000100 | 100111 | 1000001 |
Color Harmonies of #C883AC
Complementary color
Monochromatic Colors of #C883AC
Black with #C883AC
Text Example
Text Example
White with #C883AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883AC; }
p { color: rgb(200,131,172); }
H1.HeaderClassName
{
color: #C883AC;
}
.AnyTagClassName
{
color: #C883AC;
}
</style>
background-color css
<style>
a { background-color: #C883AC; }
a { background-color: rgb(200,131,172); }
div.DivClassName
{
background-color: #C883AC;
}
.BgClassName
{
background-color: #C883AC;
}
</style>
border-color css
<style>
span { border-color: #C883AC; }
span { border-color: rgb(200,131,172); }
td.TdClassName
{
border-color: #C883AC;
}
.TagClassName
{
border-color: #C883AC;
}
</style>