Shades of Lilac #C099C7
Tints of Lilac #C099C7
RGB
CMYK
RGB Variations
Color information
#C099C7 (or 0xC099C7) is known color: Lilac. HEX triplet: C0, 99 and C7. RGB value is (192,153,199). Sum of RGB (Red+Green+Blue) = 192+153+199=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 199 - color contains mainly: blue. Hex color #C099C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099C7 is #3F6638. Grayscale: #A9A9A9. Windows color (decimal): -4154937 or 13081024. OLE color: 13081024.
HSL color Cylindrical-coordinate representation of color #C099C7: hue angle of 290.87º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C099C7 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 192 | 153 | 199 | - |
CMYK | 0.04 | 0.23 | 0 | 0.22 |
HSL | 290.87º | 0.29% | 0.69% | - |
HSV(B) | 290.87º | 0.23% | 0.78% | - |
XYZ | 43.44 | 38.11 | 59.1 | - |
YUV | 169.91 | 144.42 | 143.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 153 | 199 | 0.04 | 0.23 | 0 | 0.22 | 290.87 | 0.29 | 0.69 |
Hex | C0 | 99 | C7 | 4 | 17 | 0 | 16 | 123 | 1D | 45 |
Octal | 300 | 231 | 307 | 4 | 27 | 0 | 26 | 443 | 35 | 105 |
Binary | 11000000 | 10011001 | 11000111 | 100 | 10111 | 0 | 10110 | 100100011 | 11101 | 1000101 |
Color Harmonies of #C099C7
Complementary color
Monochromatic Colors of #C099C7
Black with #C099C7
Text Example
Text Example
White with #C099C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099C7; }
p { color: rgb(192,153,199); }
H1.HeaderClassName
{
color: #C099C7;
}
.AnyTagClassName
{
color: #C099C7;
}
</style>
background-color css
<style>
a { background-color: #C099C7; }
a { background-color: rgb(192,153,199); }
div.DivClassName
{
background-color: #C099C7;
}
.BgClassName
{
background-color: #C099C7;
}
</style>
border-color css
<style>
span { border-color: #C099C7; }
span { border-color: rgb(192,153,199); }
td.TdClassName
{
border-color: #C099C7;
}
.TagClassName
{
border-color: #C099C7;
}
</style>