Shades of Lily #C08FAE
Tints of Lily #C08FAE
RGB
CMYK
RGB Variations
Color information
#C08FAE (or 0xC08FAE) is known color: Lily. HEX triplet: C0, 8F and AE. RGB value is (192,143,174). Sum of RGB (Red+Green+Blue) = 192+143+174=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08FAE is #3F7051. Grayscale: #A1A1A1. Windows color (decimal): -4157522 or 11440064. OLE color: 11440064.
HSL color Cylindrical-coordinate representation of color #C08FAE: hue angle of 322.04º 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 #C08FAE is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 174 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.25 |
| HSL | 322.04º | 0.28% | 0.66% | - |
| HSV(B) | 322.04º | 0.26% | 0.75% | - |
| XYZ | 39.2 | 33.91 | 44.52 | - |
| YUV | 161.19 | 135.23 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 174 | 0 | 0.26 | 0.09 | 0.25 | 322.04 | 0.28 | 0.66 |
| Hex | C0 | 8F | AE | 0 | 1A | 9 | 19 | 142 | 1C | 42 |
| Octal | 300 | 217 | 256 | 0 | 32 | 11 | 31 | 502 | 34 | 102 |
| Binary | 11000000 | 10001111 | 10101110 | 0 | 11010 | 1001 | 11001 | 101000010 | 11100 | 1000010 |
Color Harmonies of #C08FAE
Complementary color
Monochromatic Colors of #C08FAE
Black with #C08FAE
Text Example
Text Example
White with #C08FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08FAE; }
p { color: rgb(192,143,174); }
H1.HeaderClassName
{
color: #C08FAE;
}
.AnyTagClassName
{
color: #C08FAE;
}
</style>
background-color css
<style>
a { background-color: #C08FAE; }
a { background-color: rgb(192,143,174); }
div.DivClassName
{
background-color: #C08FAE;
}
.BgClassName
{
background-color: #C08FAE;
}
</style>
border-color css
<style>
span { border-color: #C08FAE; }
span { border-color: rgb(192,143,174); }
td.TdClassName
{
border-color: #C08FAE;
}
.TagClassName
{
border-color: #C08FAE;
}
</style>