Shades of Lily #C492BB
Tints of Lily #C492BB
RGB
CMYK
RGB Variations
Color information
#C492BB (or 0xC492BB) is known color: Lily. HEX triplet: C4, 92 and BB. RGB value is (196,146,187). Sum of RGB (Red+Green+Blue) = 196+146+187=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C492BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492BB is #3B6D44. Grayscale: #A5A5A5. Windows color (decimal): -3894597 or 12292804. OLE color: 12292804.
HSL color Cylindrical-coordinate representation of color #C492BB: hue angle of 310.8º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C492BB is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 187 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.23 |
| HSL | 310.8º | 0.3% | 0.67% | - |
| HSV(B) | 310.8º | 0.26% | 0.77% | - |
| XYZ | 42.01 | 35.88 | 51.73 | - |
| YUV | 165.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 187 | 0 | 0.26 | 0.05 | 0.23 | 310.8 | 0.3 | 0.67 |
| Hex | C4 | 92 | BB | 0 | 1A | 5 | 17 | 137 | 1E | 43 |
| Octal | 304 | 222 | 273 | 0 | 32 | 5 | 27 | 467 | 36 | 103 |
| Binary | 11000100 | 10010010 | 10111011 | 0 | 11010 | 101 | 10111 | 100110111 | 11110 | 1000011 |
Color Harmonies of #C492BB
Complementary color
Monochromatic Colors of #C492BB
Black with #C492BB
Text Example
Text Example
White with #C492BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C492BB; }
p { color: rgb(196,146,187); }
H1.HeaderClassName
{
color: #C492BB;
}
.AnyTagClassName
{
color: #C492BB;
}
</style>
background-color css
<style>
a { background-color: #C492BB; }
a { background-color: rgb(196,146,187); }
div.DivClassName
{
background-color: #C492BB;
}
.BgClassName
{
background-color: #C492BB;
}
</style>
border-color css
<style>
span { border-color: #C492BB; }
span { border-color: rgb(196,146,187); }
td.TdClassName
{
border-color: #C492BB;
}
.TagClassName
{
border-color: #C492BB;
}
</style>