Shades of Lily #C08FA8
Tints of Lily #C08FA8
RGB
CMYK
RGB Variations
Color information
#C08FA8 (or 0xC08FA8) is known color: Lily. HEX triplet: C0, 8F and A8. RGB value is (192,143,168). Sum of RGB (Red+Green+Blue) = 192+143+168=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08FA8 is #3F7057. Grayscale: #A0A0A0. Windows color (decimal): -4157528 or 11046848. OLE color: 11046848.
HSL color Cylindrical-coordinate representation of color #C08FA8: hue angle of 329.39º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08FA8 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 168 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.25 |
| HSL | 329.39º | 0.28% | 0.66% | - |
| HSV(B) | 329.39º | 0.26% | 0.75% | - |
| XYZ | 38.63 | 33.68 | 41.51 | - |
| YUV | 160.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 168 | 0 | 0.26 | 0.12 | 0.25 | 329.39 | 0.28 | 0.66 |
| Hex | C0 | 8F | A8 | 0 | 1A | C | 19 | 149 | 1C | 42 |
| Octal | 300 | 217 | 250 | 0 | 32 | 14 | 31 | 511 | 34 | 102 |
| Binary | 11000000 | 10001111 | 10101000 | 0 | 11010 | 1100 | 11001 | 101001001 | 11100 | 1000010 |
Color Harmonies of #C08FA8
Complementary color
Monochromatic Colors of #C08FA8
Black with #C08FA8
Text Example
Text Example
White with #C08FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08FA8; }
p { color: rgb(192,143,168); }
H1.HeaderClassName
{
color: #C08FA8;
}
.AnyTagClassName
{
color: #C08FA8;
}
</style>
background-color css
<style>
a { background-color: #C08FA8; }
a { background-color: rgb(192,143,168); }
div.DivClassName
{
background-color: #C08FA8;
}
.BgClassName
{
background-color: #C08FA8;
}
</style>
border-color css
<style>
span { border-color: #C08FA8; }
span { border-color: rgb(192,143,168); }
td.TdClassName
{
border-color: #C08FA8;
}
.TagClassName
{
border-color: #C08FA8;
}
</style>