Shades of Lily #C090AF
Tints of Lily #C090AF
RGB
CMYK
RGB Variations
Color information
#C090AF (or 0xC090AF) is known color: Lily. HEX triplet: C0, 90 and AF. RGB value is (192,144,175). Sum of RGB (Red+Green+Blue) = 192+144+175=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C090AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C090AF is #3F6F50. Grayscale: #A1A1A1. Windows color (decimal): -4157265 or 11505856. OLE color: 11505856.
HSL color Cylindrical-coordinate representation of color #C090AF: hue angle of 321.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C090AF is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 175 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.25 |
| HSL | 321.25º | 0.28% | 0.66% | - |
| HSV(B) | 321.25º | 0.25% | 0.75% | - |
| XYZ | 39.45 | 34.25 | 45.09 | - |
| YUV | 161.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 175 | 0 | 0.25 | 0.09 | 0.25 | 321.25 | 0.28 | 0.66 |
| Hex | C0 | 90 | AF | 0 | 19 | 9 | 19 | 141 | 1C | 42 |
| Octal | 300 | 220 | 257 | 0 | 31 | 11 | 31 | 501 | 34 | 102 |
| Binary | 11000000 | 10010000 | 10101111 | 0 | 11001 | 1001 | 11001 | 101000001 | 11100 | 1000010 |
Color Harmonies of #C090AF
Complementary color
Monochromatic Colors of #C090AF
Black with #C090AF
Text Example
Text Example
White with #C090AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C090AF; }
p { color: rgb(192,144,175); }
H1.HeaderClassName
{
color: #C090AF;
}
.AnyTagClassName
{
color: #C090AF;
}
</style>
background-color css
<style>
a { background-color: #C090AF; }
a { background-color: rgb(192,144,175); }
div.DivClassName
{
background-color: #C090AF;
}
.BgClassName
{
background-color: #C090AF;
}
</style>
border-color css
<style>
span { border-color: #C090AF; }
span { border-color: rgb(192,144,175); }
td.TdClassName
{
border-color: #C090AF;
}
.TagClassName
{
border-color: #C090AF;
}
</style>