Shades of Lilac #C299BC
Tints of Lilac #C299BC
RGB
CMYK
RGB Variations
Color information
#C299BC (or 0xC299BC) is known color: Lilac. HEX triplet: C2, 99 and BC. RGB value is (194,153,188). Sum of RGB (Red+Green+Blue) = 194+153+188=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C299BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299BC is #3D6643. Grayscale: #A9A9A9. Windows color (decimal): -4023876 or 12360130. OLE color: 12360130.
HSL color Cylindrical-coordinate representation of color #C299BC: hue angle of 308.78º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C299BC is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 188 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.24 |
| HSL | 308.78º | 0.25% | 0.68% | - |
| HSV(B) | 308.78º | 0.21% | 0.76% | - |
| XYZ | 42.72 | 37.88 | 52.64 | - |
| YUV | 169.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 188 | 0 | 0.21 | 0.03 | 0.24 | 308.78 | 0.25 | 0.68 |
| Hex | C2 | 99 | BC | 0 | 15 | 3 | 18 | 135 | 19 | 44 |
| Octal | 302 | 231 | 274 | 0 | 25 | 3 | 30 | 465 | 31 | 104 |
| Binary | 11000010 | 10011001 | 10111100 | 0 | 10101 | 11 | 11000 | 100110101 | 11001 | 1000100 |
Color Harmonies of #C299BC
Complementary color
Monochromatic Colors of #C299BC
Black with #C299BC
Text Example
Text Example
White with #C299BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C299BC; }
p { color: rgb(194,153,188); }
H1.HeaderClassName
{
color: #C299BC;
}
.AnyTagClassName
{
color: #C299BC;
}
</style>
background-color css
<style>
a { background-color: #C299BC; }
a { background-color: rgb(194,153,188); }
div.DivClassName
{
background-color: #C299BC;
}
.BgClassName
{
background-color: #C299BC;
}
</style>
border-color css
<style>
span { border-color: #C299BC; }
span { border-color: rgb(194,153,188); }
td.TdClassName
{
border-color: #C299BC;
}
.TagClassName
{
border-color: #C299BC;
}
</style>