Shades of Lily #C884B2
Tints of Lily #C884B2
RGB
CMYK
RGB Variations
Color information
#C884B2 (or 0xC884B2) is known color: Lily. HEX triplet: C8, 84 and B2. RGB value is (200,132,178). Sum of RGB (Red+Green+Blue) = 200+132+178=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C884B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C884B2 is #377B4D. Grayscale: #9D9D9D. Windows color (decimal): -3636046 or 11699400. OLE color: 11699400.
HSL color Cylindrical-coordinate representation of color #C884B2: hue angle of 319.41º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C884B2 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 178 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.22 |
| HSL | 319.41º | 0.38% | 0.65% | - |
| HSV(B) | 319.41º | 0.34% | 0.78% | - |
| XYZ | 40.11 | 32 | 46.18 | - |
| YUV | 157.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 178 | 0 | 0.34 | 0.11 | 0.22 | 319.41 | 0.38 | 0.65 |
| Hex | C8 | 84 | B2 | 0 | 22 | B | 16 | 13F | 26 | 41 |
| Octal | 310 | 204 | 262 | 0 | 42 | 13 | 26 | 477 | 46 | 101 |
| Binary | 11001000 | 10000100 | 10110010 | 0 | 100010 | 1011 | 10110 | 100111111 | 100110 | 1000001 |
Color Harmonies of #C884B2
Complementary color
Monochromatic Colors of #C884B2
Black with #C884B2
Text Example
Text Example
White with #C884B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C884B2; }
p { color: rgb(200,132,178); }
H1.HeaderClassName
{
color: #C884B2;
}
.AnyTagClassName
{
color: #C884B2;
}
</style>
background-color css
<style>
a { background-color: #C884B2; }
a { background-color: rgb(200,132,178); }
div.DivClassName
{
background-color: #C884B2;
}
.BgClassName
{
background-color: #C884B2;
}
</style>
border-color css
<style>
span { border-color: #C884B2; }
span { border-color: rgb(200,132,178); }
td.TdClassName
{
border-color: #C884B2;
}
.TagClassName
{
border-color: #C884B2;
}
</style>