Shades of Lilac #C49ACA
Tints of Lilac #C49ACA
RGB
CMYK
RGB Variations
Color information
#C49ACA (or 0xC49ACA) is known color: Lilac. HEX triplet: C4, 9A and CA. RGB value is (196,154,202). Sum of RGB (Red+Green+Blue) = 196+154+202=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #C49ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ACA is #3B6535. Grayscale: #ABABAB. Windows color (decimal): -3892534 or 13277892. OLE color: 13277892.
HSL color Cylindrical-coordinate representation of color #C49ACA: hue angle of 292.5º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C49ACA is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 196 | 154 | 202 | - |
CMYK | 0.03 | 0.24 | 0 | 0.21 |
HSL | 292.5º | 0.31% | 0.7% | - |
HSV(B) | 292.5º | 0.24% | 0.79% | - |
XYZ | 44.98 | 39.11 | 61.06 | - |
YUV | 172.03 | 144.91 | 145.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 154 | 202 | 0.03 | 0.24 | 0 | 0.21 | 292.5 | 0.31 | 0.7 |
Hex | C4 | 9A | CA | 3 | 18 | 0 | 15 | 124 | 1F | 46 |
Octal | 304 | 232 | 312 | 3 | 30 | 0 | 25 | 444 | 37 | 106 |
Binary | 11000100 | 10011010 | 11001010 | 11 | 11000 | 0 | 10101 | 100100100 | 11111 | 1000110 |
Color Harmonies of #C49ACA
Complementary color
Monochromatic Colors of #C49ACA
Black with #C49ACA
Text Example
Text Example
White with #C49ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49ACA; }
p { color: rgb(196,154,202); }
H1.HeaderClassName
{
color: #C49ACA;
}
.AnyTagClassName
{
color: #C49ACA;
}
</style>
background-color css
<style>
a { background-color: #C49ACA; }
a { background-color: rgb(196,154,202); }
div.DivClassName
{
background-color: #C49ACA;
}
.BgClassName
{
background-color: #C49ACA;
}
</style>
border-color css
<style>
span { border-color: #C49ACA; }
span { border-color: rgb(196,154,202); }
td.TdClassName
{
border-color: #C49ACA;
}
.TagClassName
{
border-color: #C49ACA;
}
</style>