Shades of Lilac #C099C3
Tints of Lilac #C099C3
RGB
CMYK
RGB Variations
Color information
#C099C3 (or 0xC099C3) is known color: Lilac. HEX triplet: C0, 99 and C3. RGB value is (192,153,195). Sum of RGB (Red+Green+Blue) = 192+153+195=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 195 - color contains mainly: blue. Hex color #C099C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099C3 is #3F663C. Grayscale: #A9A9A9. Windows color (decimal): -4154941 or 12818880. OLE color: 12818880.
HSL color Cylindrical-coordinate representation of color #C099C3: hue angle of 295.71º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C099C3 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 153 | 195 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.24 |
| HSL | 295.71º | 0.26% | 0.68% | - |
| HSV(B) | 295.71º | 0.22% | 0.76% | - |
| XYZ | 42.98 | 37.93 | 56.69 | - |
| YUV | 169.45 | 142.42 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 195 | 0.02 | 0.22 | 0 | 0.24 | 295.71 | 0.26 | 0.68 |
| Hex | C0 | 99 | C3 | 2 | 16 | 0 | 18 | 128 | 1A | 44 |
| Octal | 300 | 231 | 303 | 2 | 26 | 0 | 30 | 450 | 32 | 104 |
| Binary | 11000000 | 10011001 | 11000011 | 10 | 10110 | 0 | 11000 | 100101000 | 11010 | 1000100 |
Color Harmonies of #C099C3
Complementary color
Monochromatic Colors of #C099C3
Black with #C099C3
Text Example
Text Example
White with #C099C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099C3; }
p { color: rgb(192,153,195); }
H1.HeaderClassName
{
color: #C099C3;
}
.AnyTagClassName
{
color: #C099C3;
}
</style>
background-color css
<style>
a { background-color: #C099C3; }
a { background-color: rgb(192,153,195); }
div.DivClassName
{
background-color: #C099C3;
}
.BgClassName
{
background-color: #C099C3;
}
</style>
border-color css
<style>
span { border-color: #C099C3; }
span { border-color: rgb(192,153,195); }
td.TdClassName
{
border-color: #C099C3;
}
.TagClassName
{
border-color: #C099C3;
}
</style>