Shades of Lilac #C09FBE
Tints of Lilac #C09FBE
RGB
CMYK
RGB Variations
Color information
#C09FBE (or 0xC09FBE) is known color: Lilac. HEX triplet: C0, 9F and BE. RGB value is (192,159,190). Sum of RGB (Red+Green+Blue) = 192+159+190=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 192 - color contains mainly: red. Hex color #C09FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FBE is #3F6041. Grayscale: #ACACAC. Windows color (decimal): -4153410 or 12492736. OLE color: 12492736.
HSL color Cylindrical-coordinate representation of color #C09FBE: hue angle of 303.64º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C09FBE is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 190 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.25 |
| HSL | 303.64º | 0.21% | 0.69% | - |
| HSV(B) | 303.64º | 0.17% | 0.75% | - |
| XYZ | 43.43 | 39.72 | 54.09 | - |
| YUV | 172.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 190 | 0 | 0.17 | 0.01 | 0.25 | 303.64 | 0.21 | 0.69 |
| Hex | C0 | 9F | BE | 0 | 11 | 1 | 19 | 130 | 15 | 45 |
| Octal | 300 | 237 | 276 | 0 | 21 | 1 | 31 | 460 | 25 | 105 |
| Binary | 11000000 | 10011111 | 10111110 | 0 | 10001 | 1 | 11001 | 100110000 | 10101 | 1000101 |
Color Harmonies of #C09FBE
Complementary color
Monochromatic Colors of #C09FBE
Black with #C09FBE
Text Example
Text Example
White with #C09FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FBE; }
p { color: rgb(192,159,190); }
H1.HeaderClassName
{
color: #C09FBE;
}
.AnyTagClassName
{
color: #C09FBE;
}
</style>
background-color css
<style>
a { background-color: #C09FBE; }
a { background-color: rgb(192,159,190); }
div.DivClassName
{
background-color: #C09FBE;
}
.BgClassName
{
background-color: #C09FBE;
}
</style>
border-color css
<style>
span { border-color: #C09FBE; }
span { border-color: rgb(192,159,190); }
td.TdClassName
{
border-color: #C09FBE;
}
.TagClassName
{
border-color: #C09FBE;
}
</style>