Shades of Lilac #C699CB
Tints of Lilac #C699CB
RGB
CMYK
RGB Variations
Color information
#C699CB (or 0xC699CB) is known color: Lilac. HEX triplet: C6, 99 and CB. RGB value is (198,153,203). Sum of RGB (Red+Green+Blue) = 198+153+203=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #C699CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699CB is #396634. Grayscale: #ACACAC. Windows color (decimal): -3761717 or 13343174. OLE color: 13343174.
HSL color Cylindrical-coordinate representation of color #C699CB: hue angle of 294º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C699CB is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 153 | 203 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.20 |
| HSL | 294º | 0.32% | 0.7% | - |
| HSV(B) | 294º | 0.25% | 0.8% | - |
| XYZ | 45.46 | 39.1 | 61.65 | - |
| YUV | 172.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 203 | 0.02 | 0.25 | 0 | 0.20 | 294 | 0.32 | 0.7 |
| Hex | C6 | 99 | CB | 2 | 19 | 0 | 14 | 126 | 20 | 46 |
| Octal | 306 | 231 | 313 | 2 | 31 | 0 | 24 | 446 | 40 | 106 |
| Binary | 11000110 | 10011001 | 11001011 | 10 | 11001 | 0 | 10100 | 100100110 | 100000 | 1000110 |
Color Harmonies of #C699CB
Complementary color
Monochromatic Colors of #C699CB
Black with #C699CB
Text Example
Text Example
White with #C699CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699CB; }
p { color: rgb(198,153,203); }
H1.HeaderClassName
{
color: #C699CB;
}
.AnyTagClassName
{
color: #C699CB;
}
</style>
background-color css
<style>
a { background-color: #C699CB; }
a { background-color: rgb(198,153,203); }
div.DivClassName
{
background-color: #C699CB;
}
.BgClassName
{
background-color: #C699CB;
}
</style>
border-color css
<style>
span { border-color: #C699CB; }
span { border-color: rgb(198,153,203); }
td.TdClassName
{
border-color: #C699CB;
}
.TagClassName
{
border-color: #C699CB;
}
</style>