Shades of Lily #C084A8
Tints of Lily #C084A8
RGB
CMYK
RGB Variations
Color information
#C084A8 (or 0xC084A8) is known color: Lily. HEX triplet: C0, 84 and A8. RGB value is (192,132,168). Sum of RGB (Red+Green+Blue) = 192+132+168=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C084A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C084A8 is #3F7B57. Grayscale: #999999. Windows color (decimal): -4160344 or 11044032. OLE color: 11044032.
HSL color Cylindrical-coordinate representation of color #C084A8: hue angle of 324º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C084A8 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 168 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.25 |
| HSL | 324º | 0.32% | 0.64% | - |
| HSV(B) | 324º | 0.31% | 0.75% | - |
| XYZ | 37.06 | 30.54 | 40.99 | - |
| YUV | 154.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 168 | 0 | 0.31 | 0.12 | 0.25 | 324 | 0.32 | 0.64 |
| Hex | C0 | 84 | A8 | 0 | 1F | C | 19 | 144 | 20 | 40 |
| Octal | 300 | 204 | 250 | 0 | 37 | 14 | 31 | 504 | 40 | 100 |
| Binary | 11000000 | 10000100 | 10101000 | 0 | 11111 | 1100 | 11001 | 101000100 | 100000 | 1000000 |
Color Harmonies of #C084A8
Complementary color
Monochromatic Colors of #C084A8
Black with #C084A8
Text Example
Text Example
White with #C084A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C084A8; }
p { color: rgb(192,132,168); }
H1.HeaderClassName
{
color: #C084A8;
}
.AnyTagClassName
{
color: #C084A8;
}
</style>
background-color css
<style>
a { background-color: #C084A8; }
a { background-color: rgb(192,132,168); }
div.DivClassName
{
background-color: #C084A8;
}
.BgClassName
{
background-color: #C084A8;
}
</style>
border-color css
<style>
span { border-color: #C084A8; }
span { border-color: rgb(192,132,168); }
td.TdClassName
{
border-color: #C084A8;
}
.TagClassName
{
border-color: #C084A8;
}
</style>