Shades of Lilac #C896BF
Tints of Lilac #C896BF
RGB
CMYK
RGB Variations
Color information
#C896BF (or 0xC896BF) is known color: Lilac. HEX triplet: C8, 96 and BF. RGB value is (200,150,191). Sum of RGB (Red+Green+Blue) = 200+150+191=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 200 - color contains mainly: red. Hex color #C896BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896BF is #376940. Grayscale: #A9A9A9. Windows color (decimal): -3631425 or 12555976. OLE color: 12555976.
HSL color Cylindrical-coordinate representation of color #C896BF: hue angle of 310.8º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C896BF is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 191 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.22 |
| HSL | 310.8º | 0.31% | 0.69% | - |
| HSV(B) | 310.8º | 0.25% | 0.78% | - |
| XYZ | 44.13 | 37.85 | 54.27 | - |
| YUV | 169.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 191 | 0 | 0.25 | 0.04 | 0.22 | 310.8 | 0.31 | 0.69 |
| Hex | C8 | 96 | BF | 0 | 19 | 4 | 16 | 137 | 1F | 45 |
| Octal | 310 | 226 | 277 | 0 | 31 | 4 | 26 | 467 | 37 | 105 |
| Binary | 11001000 | 10010110 | 10111111 | 0 | 11001 | 100 | 10110 | 100110111 | 11111 | 1000101 |
Color Harmonies of #C896BF
Complementary color
Monochromatic Colors of #C896BF
Black with #C896BF
Text Example
Text Example
White with #C896BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896BF; }
p { color: rgb(200,150,191); }
H1.HeaderClassName
{
color: #C896BF;
}
.AnyTagClassName
{
color: #C896BF;
}
</style>
background-color css
<style>
a { background-color: #C896BF; }
a { background-color: rgb(200,150,191); }
div.DivClassName
{
background-color: #C896BF;
}
.BgClassName
{
background-color: #C896BF;
}
</style>
border-color css
<style>
span { border-color: #C896BF; }
span { border-color: rgb(200,150,191); }
td.TdClassName
{
border-color: #C896BF;
}
.TagClassName
{
border-color: #C896BF;
}
</style>