Shades of Lilac #C699C9
Tints of Lilac #C699C9
RGB
CMYK
RGB Variations
Color information
#C699C9 (or 0xC699C9) is known color: Lilac. HEX triplet: C6, 99 and C9. RGB value is (198,153,201). Sum of RGB (Red+Green+Blue) = 198+153+201=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 201 - color contains mainly: blue. Hex color #C699C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699C9 is #396636. Grayscale: #ABABAB. Windows color (decimal): -3761719 or 13212102. OLE color: 13212102.
HSL color Cylindrical-coordinate representation of color #C699C9: hue angle of 296.25º 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 #C699C9 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 153 | 201 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.21 |
| HSL | 296.25º | 0.31% | 0.69% | - |
| HSV(B) | 296.25º | 0.24% | 0.79% | - |
| XYZ | 45.22 | 39.01 | 60.4 | - |
| YUV | 171.93 | 144.41 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 201 | 0.01 | 0.24 | 0 | 0.21 | 296.25 | 0.31 | 0.69 |
| Hex | C6 | 99 | C9 | 1 | 18 | 0 | 15 | 128 | 1F | 45 |
| Octal | 306 | 231 | 311 | 1 | 30 | 0 | 25 | 450 | 37 | 105 |
| Binary | 11000110 | 10011001 | 11001001 | 1 | 11000 | 0 | 10101 | 100101000 | 11111 | 1000101 |
Color Harmonies of #C699C9
Complementary color
Monochromatic Colors of #C699C9
Black with #C699C9
Text Example
Text Example
White with #C699C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699C9; }
p { color: rgb(198,153,201); }
H1.HeaderClassName
{
color: #C699C9;
}
.AnyTagClassName
{
color: #C699C9;
}
</style>
background-color css
<style>
a { background-color: #C699C9; }
a { background-color: rgb(198,153,201); }
div.DivClassName
{
background-color: #C699C9;
}
.BgClassName
{
background-color: #C699C9;
}
</style>
border-color css
<style>
span { border-color: #C699C9; }
span { border-color: rgb(198,153,201); }
td.TdClassName
{
border-color: #C699C9;
}
.TagClassName
{
border-color: #C699C9;
}
</style>