Shades of Lilac #C7AACB
Tints of Lilac #C7AACB
RGB
CMYK
RGB Variations
Color information
#C7AACB (or 0xC7AACB) is known color: Lilac. HEX triplet: C7, AA and CB. RGB value is (199,170,203). Sum of RGB (Red+Green+Blue) = 199+170+203=572 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.79% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #C7AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AACB is #385534. Grayscale: #B6B6B6. Windows color (decimal): -3691829 or 13347527. OLE color: 13347527.
HSL color Cylindrical-coordinate representation of color #C7AACB: hue angle of 292.73º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7AACB is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 170 | 203 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.20 |
| HSL | 292.73º | 0.24% | 0.73% | - |
| HSV(B) | 292.73º | 0.16% | 0.8% | - |
| XYZ | 48.71 | 45.2 | 62.66 | - |
| YUV | 182.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 203 | 0.02 | 0.16 | 0 | 0.20 | 292.73 | 0.24 | 0.73 |
| Hex | C7 | AA | CB | 2 | 10 | 0 | 14 | 125 | 18 | 49 |
| Octal | 307 | 252 | 313 | 2 | 20 | 0 | 24 | 445 | 30 | 111 |
| Binary | 11000111 | 10101010 | 11001011 | 10 | 10000 | 0 | 10100 | 100100101 | 11000 | 1001001 |
Color Harmonies of #C7AACB
Complementary color
Monochromatic Colors of #C7AACB
Black with #C7AACB
Text Example
Text Example
White with #C7AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AACB; }
p { color: rgb(199,170,203); }
H1.HeaderClassName
{
color: #C7AACB;
}
.AnyTagClassName
{
color: #C7AACB;
}
</style>
background-color css
<style>
a { background-color: #C7AACB; }
a { background-color: rgb(199,170,203); }
div.DivClassName
{
background-color: #C7AACB;
}
.BgClassName
{
background-color: #C7AACB;
}
</style>
border-color css
<style>
span { border-color: #C7AACB; }
span { border-color: rgb(199,170,203); }
td.TdClassName
{
border-color: #C7AACB;
}
.TagClassName
{
border-color: #C7AACB;
}
</style>