Shades of Lily #C0A0B3
Tints of Lily #C0A0B3
RGB
CMYK
RGB Variations
Color information
#C0A0B3 (or 0xC0A0B3) is known color: Lily. HEX triplet: C0, A0 and B3. RGB value is (192,160,179). Sum of RGB (Red+Green+Blue) = 192+160+179=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A0B3 is #3F5F4C. Grayscale: #ABABAB. Windows color (decimal): -4153165 or 11772096. OLE color: 11772096.
HSL color Cylindrical-coordinate representation of color #C0A0B3: hue angle of 324.38º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0A0B3 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 179 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.25 |
| HSL | 324.38º | 0.2% | 0.69% | - |
| HSV(B) | 324.38º | 0.17% | 0.75% | - |
| XYZ | 42.45 | 39.6 | 48.05 | - |
| YUV | 171.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 179 | 0 | 0.17 | 0.07 | 0.25 | 324.38 | 0.2 | 0.69 |
| Hex | C0 | A0 | B3 | 0 | 11 | 7 | 19 | 144 | 14 | 45 |
| Octal | 300 | 240 | 263 | 0 | 21 | 7 | 31 | 504 | 24 | 105 |
| Binary | 11000000 | 10100000 | 10110011 | 0 | 10001 | 111 | 11001 | 101000100 | 10100 | 1000101 |
Color Harmonies of #C0A0B3
Complementary color
Monochromatic Colors of #C0A0B3
Black with #C0A0B3
Text Example
Text Example
White with #C0A0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A0B3; }
p { color: rgb(192,160,179); }
H1.HeaderClassName
{
color: #C0A0B3;
}
.AnyTagClassName
{
color: #C0A0B3;
}
</style>
background-color css
<style>
a { background-color: #C0A0B3; }
a { background-color: rgb(192,160,179); }
div.DivClassName
{
background-color: #C0A0B3;
}
.BgClassName
{
background-color: #C0A0B3;
}
</style>
border-color css
<style>
span { border-color: #C0A0B3; }
span { border-color: rgb(192,160,179); }
td.TdClassName
{
border-color: #C0A0B3;
}
.TagClassName
{
border-color: #C0A0B3;
}
</style>