Shades of Lilac #C792BD
Tints of Lilac #C792BD
RGB
CMYK
RGB Variations
Color information
#C792BD (or 0xC792BD) is known color: Lilac. HEX triplet: C7, 92 and BD. RGB value is (199,146,189). Sum of RGB (Red+Green+Blue) = 199+146+189=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 199 - color contains mainly: red. Hex color #C792BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C792BD is #386D42. Grayscale: #A6A6A6. Windows color (decimal): -3697987 or 12423879. OLE color: 12423879.
HSL color Cylindrical-coordinate representation of color #C792BD: hue angle of 311.32º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C792BD is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 189 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.22 |
| HSL | 311.32º | 0.32% | 0.68% | - |
| HSV(B) | 311.32º | 0.27% | 0.78% | - |
| XYZ | 43.02 | 36.37 | 52.9 | - |
| YUV | 166.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 189 | 0 | 0.27 | 0.05 | 0.22 | 311.32 | 0.32 | 0.68 |
| Hex | C7 | 92 | BD | 0 | 1B | 5 | 16 | 137 | 20 | 44 |
| Octal | 307 | 222 | 275 | 0 | 33 | 5 | 26 | 467 | 40 | 104 |
| Binary | 11000111 | 10010010 | 10111101 | 0 | 11011 | 101 | 10110 | 100110111 | 100000 | 1000100 |
Color Harmonies of #C792BD
Complementary color
Monochromatic Colors of #C792BD
Black with #C792BD
Text Example
Text Example
White with #C792BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792BD; }
p { color: rgb(199,146,189); }
H1.HeaderClassName
{
color: #C792BD;
}
.AnyTagClassName
{
color: #C792BD;
}
</style>
background-color css
<style>
a { background-color: #C792BD; }
a { background-color: rgb(199,146,189); }
div.DivClassName
{
background-color: #C792BD;
}
.BgClassName
{
background-color: #C792BD;
}
</style>
border-color css
<style>
span { border-color: #C792BD; }
span { border-color: rgb(199,146,189); }
td.TdClassName
{
border-color: #C792BD;
}
.TagClassName
{
border-color: #C792BD;
}
</style>