Shades of Lilac #C99ACB
Tints of Lilac #C99ACB
RGB
CMYK
RGB Variations
Color information
#C99ACB (or 0xC99ACB) is known color: Lilac. HEX triplet: C9, 9A and CB. RGB value is (201,154,203). Sum of RGB (Red+Green+Blue) = 201+154+203=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 203 - color contains mainly: blue. Hex color #C99ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ACB is #366534. Grayscale: #ADADAD. Windows color (decimal): -3564853 or 13343433. OLE color: 13343433.
HSL color Cylindrical-coordinate representation of color #C99ACB: hue angle of 297.55º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C99ACB is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 154 | 203 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.20 |
| HSL | 297.55º | 0.32% | 0.7% | - |
| HSV(B) | 297.55º | 0.24% | 0.8% | - |
| XYZ | 46.42 | 39.84 | 61.74 | - |
| YUV | 173.64 | 144.57 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 203 | 0.01 | 0.24 | 0 | 0.20 | 297.55 | 0.32 | 0.7 |
| Hex | C9 | 9A | CB | 1 | 18 | 0 | 14 | 12A | 20 | 46 |
| Octal | 311 | 232 | 313 | 1 | 30 | 0 | 24 | 452 | 40 | 106 |
| Binary | 11001001 | 10011010 | 11001011 | 1 | 11000 | 0 | 10100 | 100101010 | 100000 | 1000110 |
Color Harmonies of #C99ACB
Complementary color
Monochromatic Colors of #C99ACB
Black with #C99ACB
Text Example
Text Example
White with #C99ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99ACB; }
p { color: rgb(201,154,203); }
H1.HeaderClassName
{
color: #C99ACB;
}
.AnyTagClassName
{
color: #C99ACB;
}
</style>
background-color css
<style>
a { background-color: #C99ACB; }
a { background-color: rgb(201,154,203); }
div.DivClassName
{
background-color: #C99ACB;
}
.BgClassName
{
background-color: #C99ACB;
}
</style>
border-color css
<style>
span { border-color: #C99ACB; }
span { border-color: rgb(201,154,203); }
td.TdClassName
{
border-color: #C99ACB;
}
.TagClassName
{
border-color: #C99ACB;
}
</style>