Shades of Lily #C088AC
Tints of Lily #C088AC
RGB
CMYK
RGB Variations
Color information
#C088AC (or 0xC088AC) is known color: Lily. HEX triplet: C0, 88 and AC. RGB value is (192,136,172). Sum of RGB (Red+Green+Blue) = 192+136+172=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C088AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C088AC is #3F7753. Grayscale: #9C9C9C. Windows color (decimal): -4159316 or 11307200. OLE color: 11307200.
HSL color Cylindrical-coordinate representation of color #C088AC: hue angle of 321.43º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C088AC is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 172 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.25 |
| HSL | 321.43º | 0.31% | 0.64% | - |
| HSV(B) | 321.43º | 0.29% | 0.75% | - |
| XYZ | 37.99 | 31.79 | 43.16 | - |
| YUV | 156.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 172 | 0 | 0.29 | 0.10 | 0.25 | 321.43 | 0.31 | 0.64 |
| Hex | C0 | 88 | AC | 0 | 1D | A | 19 | 141 | 1F | 40 |
| Octal | 300 | 210 | 254 | 0 | 35 | 12 | 31 | 501 | 37 | 100 |
| Binary | 11000000 | 10001000 | 10101100 | 0 | 11101 | 1010 | 11001 | 101000001 | 11111 | 1000000 |
Color Harmonies of #C088AC
Complementary color
Monochromatic Colors of #C088AC
Black with #C088AC
Text Example
Text Example
White with #C088AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C088AC; }
p { color: rgb(192,136,172); }
H1.HeaderClassName
{
color: #C088AC;
}
.AnyTagClassName
{
color: #C088AC;
}
</style>
background-color css
<style>
a { background-color: #C088AC; }
a { background-color: rgb(192,136,172); }
div.DivClassName
{
background-color: #C088AC;
}
.BgClassName
{
background-color: #C088AC;
}
</style>
border-color css
<style>
span { border-color: #C088AC; }
span { border-color: rgb(192,136,172); }
td.TdClassName
{
border-color: #C088AC;
}
.TagClassName
{
border-color: #C088AC;
}
</style>