Shades of Lilac #C99AC2
Tints of Lilac #C99AC2
RGB
CMYK
RGB Variations
Color information
#C99AC2 (or 0xC99AC2) is known color: Lilac. HEX triplet: C9, 9A and C2. RGB value is (201,154,194). Sum of RGB (Red+Green+Blue) = 201+154+194=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 201 - color contains mainly: red. Hex color #C99AC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99AC2 is #36653D. Grayscale: #ACACAC. Windows color (decimal): -3564862 or 12753609. OLE color: 12753609.
HSL color Cylindrical-coordinate representation of color #C99AC2: hue angle of 308.94º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99AC2 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 154 | 194 | - |
CMYK | 0 | 0.23 | 0.03 | 0.21 |
HSL | 308.94º | 0.3% | 0.7% | - |
HSV(B) | 308.94º | 0.23% | 0.79% | - |
XYZ | 45.38 | 39.42 | 56.26 | - |
YUV | 172.61 | 140.07 | 148.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 154 | 194 | 0 | 0.23 | 0.03 | 0.21 | 308.94 | 0.3 | 0.7 |
Hex | C9 | 9A | C2 | 0 | 17 | 3 | 15 | 135 | 1E | 46 |
Octal | 311 | 232 | 302 | 0 | 27 | 3 | 25 | 465 | 36 | 106 |
Binary | 11001001 | 10011010 | 11000010 | 0 | 10111 | 11 | 10101 | 100110101 | 11110 | 1000110 |
Color Harmonies of #C99AC2
Complementary color
Monochromatic Colors of #C99AC2
Black with #C99AC2
Text Example
Text Example
White with #C99AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99AC2; }
p { color: rgb(201,154,194); }
H1.HeaderClassName
{
color: #C99AC2;
}
.AnyTagClassName
{
color: #C99AC2;
}
</style>
background-color css
<style>
a { background-color: #C99AC2; }
a { background-color: rgb(201,154,194); }
div.DivClassName
{
background-color: #C99AC2;
}
.BgClassName
{
background-color: #C99AC2;
}
</style>
border-color css
<style>
span { border-color: #C99AC2; }
span { border-color: rgb(201,154,194); }
td.TdClassName
{
border-color: #C99AC2;
}
.TagClassName
{
border-color: #C99AC2;
}
</style>