Shades of Lilac #C5AACB
Tints of Lilac #C5AACB
RGB
CMYK
RGB Variations
Color information
#C5AACB (or 0xC5AACB) is known color: Lilac. HEX triplet: C5, AA and CB. RGB value is (197,170,203). Sum of RGB (Red+Green+Blue) = 197+170+203=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #C5AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AACB is #3A5534. Grayscale: #B5B5B5. Windows color (decimal): -3822901 or 13347525. OLE color: 13347525.
HSL color Cylindrical-coordinate representation of color #C5AACB: hue angle of 289.09º 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 #C5AACB is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 170 | 203 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.20 |
| HSL | 289.09º | 0.24% | 0.73% | - |
| HSV(B) | 289.09º | 0.16% | 0.8% | - |
| XYZ | 48.18 | 44.93 | 62.63 | - |
| YUV | 181.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 203 | 0.03 | 0.16 | 0 | 0.20 | 289.09 | 0.24 | 0.73 |
| Hex | C5 | AA | CB | 3 | 10 | 0 | 14 | 121 | 18 | 49 |
| Octal | 305 | 252 | 313 | 3 | 20 | 0 | 24 | 441 | 30 | 111 |
| Binary | 11000101 | 10101010 | 11001011 | 11 | 10000 | 0 | 10100 | 100100001 | 11000 | 1001001 |
Color Harmonies of #C5AACB
Complementary color
Monochromatic Colors of #C5AACB
Black with #C5AACB
Text Example
Text Example
White with #C5AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AACB; }
p { color: rgb(197,170,203); }
H1.HeaderClassName
{
color: #C5AACB;
}
.AnyTagClassName
{
color: #C5AACB;
}
</style>
background-color css
<style>
a { background-color: #C5AACB; }
a { background-color: rgb(197,170,203); }
div.DivClassName
{
background-color: #C5AACB;
}
.BgClassName
{
background-color: #C5AACB;
}
</style>
border-color css
<style>
span { border-color: #C5AACB; }
span { border-color: rgb(197,170,203); }
td.TdClassName
{
border-color: #C5AACB;
}
.TagClassName
{
border-color: #C5AACB;
}
</style>