Shades of Lily #C0ADB4
Tints of Lily #C0ADB4
RGB
CMYK
RGB Variations
Color information
#C0ADB4 (or 0xC0ADB4) is known color: Lily. HEX triplet: C0, AD and B4. RGB value is (192,173,180). Sum of RGB (Red+Green+Blue) = 192+173+180=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADB4 is #3F524B. Grayscale: #B3B3B3. Windows color (decimal): -4149836 or 11840960. OLE color: 11840960.
HSL color Cylindrical-coordinate representation of color #C0ADB4: hue angle of 337.89º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0ADB4 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 180 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.25 |
| HSL | 337.89º | 0.13% | 0.72% | - |
| HSV(B) | 337.89º | 0.1% | 0.75% | - |
| XYZ | 44.92 | 44.39 | 49.38 | - |
| YUV | 179.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 180 | 0 | 0.10 | 0.06 | 0.25 | 337.89 | 0.13 | 0.72 |
| Hex | C0 | AD | B4 | 0 | A | 6 | 19 | 152 | D | 48 |
| Octal | 300 | 255 | 264 | 0 | 12 | 6 | 31 | 522 | 15 | 110 |
| Binary | 11000000 | 10101101 | 10110100 | 0 | 1010 | 110 | 11001 | 101010010 | 1101 | 1001000 |
Color Harmonies of #C0ADB4
Complementary color
Monochromatic Colors of #C0ADB4
Black with #C0ADB4
Text Example
Text Example
White with #C0ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADB4; }
p { color: rgb(192,173,180); }
H1.HeaderClassName
{
color: #C0ADB4;
}
.AnyTagClassName
{
color: #C0ADB4;
}
</style>
background-color css
<style>
a { background-color: #C0ADB4; }
a { background-color: rgb(192,173,180); }
div.DivClassName
{
background-color: #C0ADB4;
}
.BgClassName
{
background-color: #C0ADB4;
}
</style>
border-color css
<style>
span { border-color: #C0ADB4; }
span { border-color: rgb(192,173,180); }
td.TdClassName
{
border-color: #C0ADB4;
}
.TagClassName
{
border-color: #C0ADB4;
}
</style>