Shades of Lily #C88AB4
Tints of Lily #C88AB4
RGB
CMYK
RGB Variations
Color information
#C88AB4 (or 0xC88AB4) is known color: Lily. HEX triplet: C8, 8A and B4. RGB value is (200,138,180). Sum of RGB (Red+Green+Blue) = 200+138+180=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C88AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88AB4 is #37754B. Grayscale: #A1A1A1. Windows color (decimal): -3634508 or 11832008. OLE color: 11832008.
HSL color Cylindrical-coordinate representation of color #C88AB4: hue angle of 319.35º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88AB4 is Cyan = 0, Magento = 0.31, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 138 | 180 | - |
| CMYK | 0 | 0.31 | 0.1 | 0.22 |
| HSL | 319.35º | 0.36% | 0.66% | - |
| HSV(B) | 319.35º | 0.31% | 0.78% | - |
| XYZ | 41.15 | 33.75 | 47.53 | - |
| YUV | 161.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 180 | 0 | 0.31 | 0.1 | 0.22 | 319.35 | 0.36 | 0.66 |
| Hex | C8 | 8A | B4 | 0 | 1F | A | 16 | 13F | 24 | 42 |
| Octal | 310 | 212 | 264 | 0 | 37 | 12 | 26 | 477 | 44 | 102 |
| Binary | 11001000 | 10001010 | 10110100 | 0 | 11111 | 1010 | 10110 | 100111111 | 100100 | 1000010 |
Color Harmonies of #C88AB4
Complementary color
Monochromatic Colors of #C88AB4
Black with #C88AB4
Text Example
Text Example
White with #C88AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88AB4; }
p { color: rgb(200,138,180); }
H1.HeaderClassName
{
color: #C88AB4;
}
.AnyTagClassName
{
color: #C88AB4;
}
</style>
background-color css
<style>
a { background-color: #C88AB4; }
a { background-color: rgb(200,138,180); }
div.DivClassName
{
background-color: #C88AB4;
}
.BgClassName
{
background-color: #C88AB4;
}
</style>
border-color css
<style>
span { border-color: #C88AB4; }
span { border-color: rgb(200,138,180); }
td.TdClassName
{
border-color: #C88AB4;
}
.TagClassName
{
border-color: #C88AB4;
}
</style>