Shades of Lilac #C99CCB
Tints of Lilac #C99CCB
RGB
CMYK
RGB Variations
Color information
#C99CCB (or 0xC99CCB) is known color: Lilac. HEX triplet: C9, 9C and CB. RGB value is (201,156,203). Sum of RGB (Red+Green+Blue) = 201+156+203=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #C99CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CCB is #366334. Grayscale: #AEAEAE. Windows color (decimal): -3564341 or 13343945. OLE color: 13343945.
HSL color Cylindrical-coordinate representation of color #C99CCB: hue angle of 297.45º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99CCB is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 156 | 203 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.20 |
| HSL | 297.45º | 0.31% | 0.7% | - |
| HSV(B) | 297.45º | 0.23% | 0.8% | - |
| XYZ | 46.76 | 40.51 | 61.85 | - |
| YUV | 174.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 203 | 0.01 | 0.23 | 0 | 0.20 | 297.45 | 0.31 | 0.7 |
| Hex | C9 | 9C | CB | 1 | 17 | 0 | 14 | 129 | 1F | 46 |
| Octal | 311 | 234 | 313 | 1 | 27 | 0 | 24 | 451 | 37 | 106 |
| Binary | 11001001 | 10011100 | 11001011 | 1 | 10111 | 0 | 10100 | 100101001 | 11111 | 1000110 |
Color Harmonies of #C99CCB
Complementary color
Monochromatic Colors of #C99CCB
Black with #C99CCB
Text Example
Text Example
White with #C99CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99CCB; }
p { color: rgb(201,156,203); }
H1.HeaderClassName
{
color: #C99CCB;
}
.AnyTagClassName
{
color: #C99CCB;
}
</style>
background-color css
<style>
a { background-color: #C99CCB; }
a { background-color: rgb(201,156,203); }
div.DivClassName
{
background-color: #C99CCB;
}
.BgClassName
{
background-color: #C99CCB;
}
</style>
border-color css
<style>
span { border-color: #C99CCB; }
span { border-color: rgb(201,156,203); }
td.TdClassName
{
border-color: #C99CCB;
}
.TagClassName
{
border-color: #C99CCB;
}
</style>