Shades of Lily #C8A2BC
Tints of Lily #C8A2BC
RGB
CMYK
RGB Variations
Color information
#C8A2BC (or 0xC8A2BC) is known color: Lily. HEX triplet: C8, A2 and BC. RGB value is (200,162,188). Sum of RGB (Red+Green+Blue) = 200+162+188=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A2BC is #375D43. Grayscale: #B0B0B0. Windows color (decimal): -3628356 or 12362440. OLE color: 12362440.
HSL color Cylindrical-coordinate representation of color #C8A2BC: hue angle of 318.95º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8A2BC is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 188 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.22 |
| HSL | 318.95º | 0.26% | 0.71% | - |
| HSV(B) | 318.95º | 0.19% | 0.78% | - |
| XYZ | 45.82 | 41.75 | 53.22 | - |
| YUV | 176.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 188 | 0 | 0.19 | 0.06 | 0.22 | 318.95 | 0.26 | 0.71 |
| Hex | C8 | A2 | BC | 0 | 13 | 6 | 16 | 13F | 1A | 47 |
| Octal | 310 | 242 | 274 | 0 | 23 | 6 | 26 | 477 | 32 | 107 |
| Binary | 11001000 | 10100010 | 10111100 | 0 | 10011 | 110 | 10110 | 100111111 | 11010 | 1000111 |
Color Harmonies of #C8A2BC
Complementary color
Monochromatic Colors of #C8A2BC
Black with #C8A2BC
Text Example
Text Example
White with #C8A2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A2BC; }
p { color: rgb(200,162,188); }
H1.HeaderClassName
{
color: #C8A2BC;
}
.AnyTagClassName
{
color: #C8A2BC;
}
</style>
background-color css
<style>
a { background-color: #C8A2BC; }
a { background-color: rgb(200,162,188); }
div.DivClassName
{
background-color: #C8A2BC;
}
.BgClassName
{
background-color: #C8A2BC;
}
</style>
border-color css
<style>
span { border-color: #C8A2BC; }
span { border-color: rgb(200,162,188); }
td.TdClassName
{
border-color: #C8A2BC;
}
.TagClassName
{
border-color: #C8A2BC;
}
</style>