Shades of Lilac #CB99C6
Tints of Lilac #CB99C6
RGB
CMYK
RGB Variations
Color information
#CB99C6 (or 0xCB99C6) is known color: Lilac. HEX triplet: CB, 99 and C6. RGB value is (203,153,198). Sum of RGB (Red+Green+Blue) = 203+153+198=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CB99C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99C6 is #346639. Grayscale: #ACACAC. Windows color (decimal): -3434042 or 13015499. OLE color: 13015499.
HSL color Cylindrical-coordinate representation of color #CB99C6: hue angle of 306º 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 #CB99C6 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 198 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.20 |
| HSL | 306º | 0.32% | 0.7% | - |
| HSV(B) | 306º | 0.25% | 0.8% | - |
| XYZ | 46.21 | 39.56 | 58.63 | - |
| YUV | 173.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 198 | 0 | 0.25 | 0.02 | 0.20 | 306 | 0.32 | 0.7 |
| Hex | CB | 99 | C6 | 0 | 19 | 2 | 14 | 132 | 20 | 46 |
| Octal | 313 | 231 | 306 | 0 | 31 | 2 | 24 | 462 | 40 | 106 |
| Binary | 11001011 | 10011001 | 11000110 | 0 | 11001 | 10 | 10100 | 100110010 | 100000 | 1000110 |
Color Harmonies of #CB99C6
Complementary color
Monochromatic Colors of #CB99C6
Black with #CB99C6
Text Example
Text Example
White with #CB99C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB99C6; }
p { color: rgb(203,153,198); }
H1.HeaderClassName
{
color: #CB99C6;
}
.AnyTagClassName
{
color: #CB99C6;
}
</style>
background-color css
<style>
a { background-color: #CB99C6; }
a { background-color: rgb(203,153,198); }
div.DivClassName
{
background-color: #CB99C6;
}
.BgClassName
{
background-color: #CB99C6;
}
</style>
border-color css
<style>
span { border-color: #CB99C6; }
span { border-color: rgb(203,153,198); }
td.TdClassName
{
border-color: #CB99C6;
}
.TagClassName
{
border-color: #CB99C6;
}
</style>