Shades of Lily #C0A6B6
Tints of Lily #C0A6B6
RGB
CMYK
RGB Variations
Color information
#C0A6B6 (or 0xC0A6B6) is known color: Lily. HEX triplet: C0, A6 and B6. RGB value is (192,166,182). Sum of RGB (Red+Green+Blue) = 192+166+182=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A6B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A6B6 is #3F5949. Grayscale: #AFAFAF. Windows color (decimal): -4151626 or 11970240. OLE color: 11970240.
HSL color Cylindrical-coordinate representation of color #C0A6B6: hue angle of 323.08º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0A6B6 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 182 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.25 |
| HSL | 323.08º | 0.17% | 0.7% | - |
| HSV(B) | 323.08º | 0.14% | 0.75% | - |
| XYZ | 43.82 | 41.86 | 50.03 | - |
| YUV | 175.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 182 | 0 | 0.14 | 0.05 | 0.25 | 323.08 | 0.17 | 0.7 |
| Hex | C0 | A6 | B6 | 0 | E | 5 | 19 | 143 | 11 | 46 |
| Octal | 300 | 246 | 266 | 0 | 16 | 5 | 31 | 503 | 21 | 106 |
| Binary | 11000000 | 10100110 | 10110110 | 0 | 1110 | 101 | 11001 | 101000011 | 10001 | 1000110 |
Color Harmonies of #C0A6B6
Complementary color
Monochromatic Colors of #C0A6B6
Black with #C0A6B6
Text Example
Text Example
White with #C0A6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A6B6; }
p { color: rgb(192,166,182); }
H1.HeaderClassName
{
color: #C0A6B6;
}
.AnyTagClassName
{
color: #C0A6B6;
}
</style>
background-color css
<style>
a { background-color: #C0A6B6; }
a { background-color: rgb(192,166,182); }
div.DivClassName
{
background-color: #C0A6B6;
}
.BgClassName
{
background-color: #C0A6B6;
}
</style>
border-color css
<style>
span { border-color: #C0A6B6; }
span { border-color: rgb(192,166,182); }
td.TdClassName
{
border-color: #C0A6B6;
}
.TagClassName
{
border-color: #C0A6B6;
}
</style>