Shades of Lilac #C5B8C4
Tints of Lilac #C5B8C4
RGB
CMYK
RGB Variations
Color information
#C5B8C4 (or 0xC5B8C4) is known color: Lilac. HEX triplet: C5, B8 and C4. RGB value is (197,184,196). Sum of RGB (Red+Green+Blue) = 197+184+196=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 184 (72.27% from 255 or 31.89% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B8C4 is #3A473B. Grayscale: #BDBDBD. Windows color (decimal): -3819324 or 12892357. OLE color: 12892357.
HSL color Cylindrical-coordinate representation of color #C5B8C4: hue angle of 304.62º degrees, saturation: 0.1, 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 #C5B8C4 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 196 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.23 |
| HSL | 304.62º | 0.1% | 0.75% | - |
| HSV(B) | 304.62º | 0.07% | 0.77% | - |
| XYZ | 50.13 | 50.14 | 59.26 | - |
| YUV | 189.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 196 | 0 | 0.07 | 0.01 | 0.23 | 304.62 | 0.1 | 0.75 |
| Hex | C5 | B8 | C4 | 0 | 7 | 1 | 17 | 131 | A | 4B |
| Octal | 305 | 270 | 304 | 0 | 7 | 1 | 27 | 461 | 12 | 113 |
| Binary | 11000101 | 10111000 | 11000100 | 0 | 111 | 1 | 10111 | 100110001 | 1010 | 1001011 |
Color Harmonies of #C5B8C4
Complementary color
Monochromatic Colors of #C5B8C4
Black with #C5B8C4
Text Example
Text Example
White with #C5B8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B8C4; }
p { color: rgb(197,184,196); }
H1.HeaderClassName
{
color: #C5B8C4;
}
.AnyTagClassName
{
color: #C5B8C4;
}
</style>
background-color css
<style>
a { background-color: #C5B8C4; }
a { background-color: rgb(197,184,196); }
div.DivClassName
{
background-color: #C5B8C4;
}
.BgClassName
{
background-color: #C5B8C4;
}
</style>
border-color css
<style>
span { border-color: #C5B8C4; }
span { border-color: rgb(197,184,196); }
td.TdClassName
{
border-color: #C5B8C4;
}
.TagClassName
{
border-color: #C5B8C4;
}
</style>