Shades of Lilac #C899BF
Tints of Lilac #C899BF
RGB
CMYK
RGB Variations
Color information
#C899BF (or 0xC899BF) is known color: Lilac. HEX triplet: C8, 99 and BF. RGB value is (200,153,191). Sum of RGB (Red+Green+Blue) = 200+153+191=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 200 - color contains mainly: red. Hex color #C899BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C899BF is #376640. Grayscale: #ABABAB. Windows color (decimal): -3630657 or 12556744. OLE color: 12556744.
HSL color Cylindrical-coordinate representation of color #C899BF: hue angle of 311.49º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C899BF is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 191 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.22 |
| HSL | 311.49º | 0.3% | 0.69% | - |
| HSV(B) | 311.49º | 0.24% | 0.78% | - |
| XYZ | 44.61 | 38.82 | 54.43 | - |
| YUV | 171.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 191 | 0 | 0.24 | 0.04 | 0.22 | 311.49 | 0.3 | 0.69 |
| Hex | C8 | 99 | BF | 0 | 18 | 4 | 16 | 137 | 1E | 45 |
| Octal | 310 | 231 | 277 | 0 | 30 | 4 | 26 | 467 | 36 | 105 |
| Binary | 11001000 | 10011001 | 10111111 | 0 | 11000 | 100 | 10110 | 100110111 | 11110 | 1000101 |
Color Harmonies of #C899BF
Complementary color
Monochromatic Colors of #C899BF
Black with #C899BF
Text Example
Text Example
White with #C899BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C899BF; }
p { color: rgb(200,153,191); }
H1.HeaderClassName
{
color: #C899BF;
}
.AnyTagClassName
{
color: #C899BF;
}
</style>
background-color css
<style>
a { background-color: #C899BF; }
a { background-color: rgb(200,153,191); }
div.DivClassName
{
background-color: #C899BF;
}
.BgClassName
{
background-color: #C899BF;
}
</style>
border-color css
<style>
span { border-color: #C899BF; }
span { border-color: rgb(200,153,191); }
td.TdClassName
{
border-color: #C899BF;
}
.TagClassName
{
border-color: #C899BF;
}
</style>