Shades of Lilac #C097BB
Tints of Lilac #C097BB
RGB
CMYK
RGB Variations
Color information
#C097BB (or 0xC097BB) is known color: Lilac. HEX triplet: C0, 97 and BB. RGB value is (192,151,187). Sum of RGB (Red+Green+Blue) = 192+151+187=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 192 - color contains mainly: red. Hex color #C097BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097BB is #3F6844. Grayscale: #A7A7A7. Windows color (decimal): -4155461 or 12294080. OLE color: 12294080.
HSL color Cylindrical-coordinate representation of color #C097BB: hue angle of 307.32º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C097BB is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 187 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.25 |
| HSL | 307.32º | 0.25% | 0.67% | - |
| HSV(B) | 307.32º | 0.21% | 0.75% | - |
| XYZ | 41.77 | 36.93 | 51.94 | - |
| YUV | 167.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 187 | 0 | 0.21 | 0.03 | 0.25 | 307.32 | 0.25 | 0.67 |
| Hex | C0 | 97 | BB | 0 | 15 | 3 | 19 | 133 | 19 | 43 |
| Octal | 300 | 227 | 273 | 0 | 25 | 3 | 31 | 463 | 31 | 103 |
| Binary | 11000000 | 10010111 | 10111011 | 0 | 10101 | 11 | 11001 | 100110011 | 11001 | 1000011 |
Color Harmonies of #C097BB
Complementary color
Monochromatic Colors of #C097BB
Black with #C097BB
Text Example
Text Example
White with #C097BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C097BB; }
p { color: rgb(192,151,187); }
H1.HeaderClassName
{
color: #C097BB;
}
.AnyTagClassName
{
color: #C097BB;
}
</style>
background-color css
<style>
a { background-color: #C097BB; }
a { background-color: rgb(192,151,187); }
div.DivClassName
{
background-color: #C097BB;
}
.BgClassName
{
background-color: #C097BB;
}
</style>
border-color css
<style>
span { border-color: #C097BB; }
span { border-color: rgb(192,151,187); }
td.TdClassName
{
border-color: #C097BB;
}
.TagClassName
{
border-color: #C097BB;
}
</style>