Shades of Lilac #C099C9
Tints of Lilac #C099C9
RGB
CMYK
RGB Variations
Color information
#C099C9 (or 0xC099C9) is known color: Lilac. HEX triplet: C0, 99 and C9. RGB value is (192,153,201). Sum of RGB (Red+Green+Blue) = 192+153+201=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 201 - color contains mainly: blue. Hex color #C099C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099C9 is #3F6636. Grayscale: #A9A9A9. Windows color (decimal): -4154935 or 13212096. OLE color: 13212096.
HSL color Cylindrical-coordinate representation of color #C099C9: hue angle of 288.75º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C099C9 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 153 | 201 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.21 |
| HSL | 288.75º | 0.31% | 0.69% | - |
| HSV(B) | 288.75º | 0.24% | 0.79% | - |
| XYZ | 43.67 | 38.21 | 60.33 | - |
| YUV | 170.13 | 145.42 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 201 | 0.04 | 0.24 | 0 | 0.21 | 288.75 | 0.31 | 0.69 |
| Hex | C0 | 99 | C9 | 4 | 18 | 0 | 15 | 121 | 1F | 45 |
| Octal | 300 | 231 | 311 | 4 | 30 | 0 | 25 | 441 | 37 | 105 |
| Binary | 11000000 | 10011001 | 11001001 | 100 | 11000 | 0 | 10101 | 100100001 | 11111 | 1000101 |
Color Harmonies of #C099C9
Complementary color
Monochromatic Colors of #C099C9
Black with #C099C9
Text Example
Text Example
White with #C099C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099C9; }
p { color: rgb(192,153,201); }
H1.HeaderClassName
{
color: #C099C9;
}
.AnyTagClassName
{
color: #C099C9;
}
</style>
background-color css
<style>
a { background-color: #C099C9; }
a { background-color: rgb(192,153,201); }
div.DivClassName
{
background-color: #C099C9;
}
.BgClassName
{
background-color: #C099C9;
}
</style>
border-color css
<style>
span { border-color: #C099C9; }
span { border-color: rgb(192,153,201); }
td.TdClassName
{
border-color: #C099C9;
}
.TagClassName
{
border-color: #C099C9;
}
</style>