Shades of Lily #C08CA7
Tints of Lily #C08CA7
RGB
CMYK
RGB Variations
Color information
#C08CA7 (or 0xC08CA7) is known color: Lily. HEX triplet: C0, 8C and A7. RGB value is (192,140,167). Sum of RGB (Red+Green+Blue) = 192+140+167=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08CA7 is #3F7358. Grayscale: #9E9E9E. Windows color (decimal): -4158297 or 10980544. OLE color: 10980544.
HSL color Cylindrical-coordinate representation of color #C08CA7: hue angle of 328.85º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08CA7 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 167 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.25 |
| HSL | 328.85º | 0.29% | 0.65% | - |
| HSV(B) | 328.85º | 0.27% | 0.75% | - |
| XYZ | 38.09 | 32.75 | 40.87 | - |
| YUV | 158.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 167 | 0 | 0.27 | 0.13 | 0.25 | 328.85 | 0.29 | 0.65 |
| Hex | C0 | 8C | A7 | 0 | 1B | D | 19 | 149 | 1D | 41 |
| Octal | 300 | 214 | 247 | 0 | 33 | 15 | 31 | 511 | 35 | 101 |
| Binary | 11000000 | 10001100 | 10100111 | 0 | 11011 | 1101 | 11001 | 101001001 | 11101 | 1000001 |
Color Harmonies of #C08CA7
Complementary color
Monochromatic Colors of #C08CA7
Black with #C08CA7
Text Example
Text Example
White with #C08CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CA7; }
p { color: rgb(192,140,167); }
H1.HeaderClassName
{
color: #C08CA7;
}
.AnyTagClassName
{
color: #C08CA7;
}
</style>
background-color css
<style>
a { background-color: #C08CA7; }
a { background-color: rgb(192,140,167); }
div.DivClassName
{
background-color: #C08CA7;
}
.BgClassName
{
background-color: #C08CA7;
}
</style>
border-color css
<style>
span { border-color: #C08CA7; }
span { border-color: rgb(192,140,167); }
td.TdClassName
{
border-color: #C08CA7;
}
.TagClassName
{
border-color: #C08CA7;
}
</style>