Shades of Lilac #C09CBB
Tints of Lilac #C09CBB
RGB
CMYK
RGB Variations
Color information
#C09CBB (or 0xC09CBB) is known color: Lilac. HEX triplet: C0, 9C and BB. RGB value is (192,156,187). Sum of RGB (Red+Green+Blue) = 192+156+187=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 192 - color contains mainly: red. Hex color #C09CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CBB is #3F6344. Grayscale: #AAAAAA. Windows color (decimal): -4154181 or 12295360. OLE color: 12295360.
HSL color Cylindrical-coordinate representation of color #C09CBB: hue angle of 308.33º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C09CBB is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 187 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.25 |
| HSL | 308.33º | 0.22% | 0.68% | - |
| HSV(B) | 308.33º | 0.19% | 0.75% | - |
| XYZ | 42.6 | 38.57 | 52.21 | - |
| YUV | 170.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 187 | 0 | 0.19 | 0.03 | 0.25 | 308.33 | 0.22 | 0.68 |
| Hex | C0 | 9C | BB | 0 | 13 | 3 | 19 | 134 | 16 | 44 |
| Octal | 300 | 234 | 273 | 0 | 23 | 3 | 31 | 464 | 26 | 104 |
| Binary | 11000000 | 10011100 | 10111011 | 0 | 10011 | 11 | 11001 | 100110100 | 10110 | 1000100 |
Color Harmonies of #C09CBB
Complementary color
Monochromatic Colors of #C09CBB
Black with #C09CBB
Text Example
Text Example
White with #C09CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CBB; }
p { color: rgb(192,156,187); }
H1.HeaderClassName
{
color: #C09CBB;
}
.AnyTagClassName
{
color: #C09CBB;
}
</style>
background-color css
<style>
a { background-color: #C09CBB; }
a { background-color: rgb(192,156,187); }
div.DivClassName
{
background-color: #C09CBB;
}
.BgClassName
{
background-color: #C09CBB;
}
</style>
border-color css
<style>
span { border-color: #C09CBB; }
span { border-color: rgb(192,156,187); }
td.TdClassName
{
border-color: #C09CBB;
}
.TagClassName
{
border-color: #C09CBB;
}
</style>