Shades of Lilac #C5B7C4
Tints of Lilac #C5B7C4
RGB
CMYK
RGB Variations
Color information
#C5B7C4 (or 0xC5B7C4) is known color: Lilac. HEX triplet: C5, B7 and C4. RGB value is (197,183,196). Sum of RGB (Red+Green+Blue) = 197+183+196=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B7C4 is #3A483B. Grayscale: #BCBCBC. Windows color (decimal): -3819580 or 12892101. OLE color: 12892101.
HSL color Cylindrical-coordinate representation of color #C5B7C4: hue angle of 304.29º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5B7C4 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 183 | 196 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.23 |
| HSL | 304.29º | 0.11% | 0.75% | - |
| HSV(B) | 304.29º | 0.07% | 0.77% | - |
| XYZ | 49.92 | 49.72 | 59.19 | - |
| YUV | 188.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 196 | 0 | 0.07 | 0.01 | 0.23 | 304.29 | 0.11 | 0.75 |
| Hex | C5 | B7 | C4 | 0 | 7 | 1 | 17 | 130 | B | 4B |
| Octal | 305 | 267 | 304 | 0 | 7 | 1 | 27 | 460 | 13 | 113 |
| Binary | 11000101 | 10110111 | 11000100 | 0 | 111 | 1 | 10111 | 100110000 | 1011 | 1001011 |
Color Harmonies of #C5B7C4
Complementary color
Monochromatic Colors of #C5B7C4
Black with #C5B7C4
Text Example
Text Example
White with #C5B7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B7C4; }
p { color: rgb(197,183,196); }
H1.HeaderClassName
{
color: #C5B7C4;
}
.AnyTagClassName
{
color: #C5B7C4;
}
</style>
background-color css
<style>
a { background-color: #C5B7C4; }
a { background-color: rgb(197,183,196); }
div.DivClassName
{
background-color: #C5B7C4;
}
.BgClassName
{
background-color: #C5B7C4;
}
</style>
border-color css
<style>
span { border-color: #C5B7C4; }
span { border-color: rgb(197,183,196); }
td.TdClassName
{
border-color: #C5B7C4;
}
.TagClassName
{
border-color: #C5B7C4;
}
</style>