Shades of Lilac #C9B4CB
Tints of Lilac #C9B4CB
RGB
CMYK
RGB Variations
Color information
#C9B4CB (or 0xC9B4CB) is known color: Lilac. HEX triplet: C9, B4 and CB. RGB value is (201,180,203). Sum of RGB (Red+Green+Blue) = 201+180+203=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 203 - color contains mainly: blue. Hex color #C9B4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B4CB is #364B34. Grayscale: #BCBCBC. Windows color (decimal): -3558197 or 13350089. OLE color: 13350089.
HSL color Cylindrical-coordinate representation of color #C9B4CB: hue angle of 294.78º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9B4CB is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 180 | 203 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.20 |
| HSL | 294.78º | 0.18% | 0.75% | - |
| HSV(B) | 294.78º | 0.11% | 0.8% | - |
| XYZ | 51.19 | 49.37 | 63.33 | - |
| YUV | 188.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 180 | 203 | 0.01 | 0.11 | 0 | 0.20 | 294.78 | 0.18 | 0.75 |
| Hex | C9 | B4 | CB | 1 | B | 0 | 14 | 127 | 12 | 4B |
| Octal | 311 | 264 | 313 | 1 | 13 | 0 | 24 | 447 | 22 | 113 |
| Binary | 11001001 | 10110100 | 11001011 | 1 | 1011 | 0 | 10100 | 100100111 | 10010 | 1001011 |
Color Harmonies of #C9B4CB
Complementary color
Monochromatic Colors of #C9B4CB
Black with #C9B4CB
Text Example
Text Example
White with #C9B4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B4CB; }
p { color: rgb(201,180,203); }
H1.HeaderClassName
{
color: #C9B4CB;
}
.AnyTagClassName
{
color: #C9B4CB;
}
</style>
background-color css
<style>
a { background-color: #C9B4CB; }
a { background-color: rgb(201,180,203); }
div.DivClassName
{
background-color: #C9B4CB;
}
.BgClassName
{
background-color: #C9B4CB;
}
</style>
border-color css
<style>
span { border-color: #C9B4CB; }
span { border-color: rgb(201,180,203); }
td.TdClassName
{
border-color: #C9B4CB;
}
.TagClassName
{
border-color: #C9B4CB;
}
</style>