Shades of Lilac #C499BF
Tints of Lilac #C499BF
RGB
CMYK
RGB Variations
Color information
#C499BF (or 0xC499BF) is known color: Lilac. HEX triplet: C4, 99 and BF. RGB value is (196,153,191). Sum of RGB (Red+Green+Blue) = 196+153+191=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 196 - color contains mainly: red. Hex color #C499BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C499BF is #3B6640. Grayscale: #AAAAAA. Windows color (decimal): -3892801 or 12556740. OLE color: 12556740.
HSL color Cylindrical-coordinate representation of color #C499BF: hue angle of 306.98º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C499BF is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 191 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.23 |
| HSL | 306.98º | 0.27% | 0.68% | - |
| HSV(B) | 306.98º | 0.22% | 0.77% | - |
| XYZ | 43.56 | 38.28 | 54.38 | - |
| YUV | 170.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 191 | 0 | 0.22 | 0.03 | 0.23 | 306.98 | 0.27 | 0.68 |
| Hex | C4 | 99 | BF | 0 | 16 | 3 | 17 | 133 | 1B | 44 |
| Octal | 304 | 231 | 277 | 0 | 26 | 3 | 27 | 463 | 33 | 104 |
| Binary | 11000100 | 10011001 | 10111111 | 0 | 10110 | 11 | 10111 | 100110011 | 11011 | 1000100 |
Color Harmonies of #C499BF
Complementary color
Monochromatic Colors of #C499BF
Black with #C499BF
Text Example
Text Example
White with #C499BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C499BF; }
p { color: rgb(196,153,191); }
H1.HeaderClassName
{
color: #C499BF;
}
.AnyTagClassName
{
color: #C499BF;
}
</style>
background-color css
<style>
a { background-color: #C499BF; }
a { background-color: rgb(196,153,191); }
div.DivClassName
{
background-color: #C499BF;
}
.BgClassName
{
background-color: #C499BF;
}
</style>
border-color css
<style>
span { border-color: #C499BF; }
span { border-color: rgb(196,153,191); }
td.TdClassName
{
border-color: #C499BF;
}
.TagClassName
{
border-color: #C499BF;
}
</style>