Shades of Lola #C0ADC1
Tints of Lola #C0ADC1
RGB
CMYK
RGB Variations
Color information
#C0ADC1 (or 0xC0ADC1) is known color: Lola. HEX triplet: C0, AD and C1. RGB value is (192,173,193). Sum of RGB (Red+Green+Blue) = 192+173+193=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 193 - color contains mainly: blue. Hex color #C0ADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADC1 is #3F523E. Grayscale: #B4B4B4. Windows color (decimal): -4149823 or 12692928. OLE color: 12692928.
HSL color Cylindrical-coordinate representation of color #C0ADC1: hue angle of 297º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0ADC1 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 173 | 193 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.24 |
| HSL | 297º | 0.14% | 0.72% | - |
| HSV(B) | 297º | 0.1% | 0.76% | - |
| XYZ | 46.31 | 44.94 | 56.69 | - |
| YUV | 180.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 193 | 0.01 | 0.10 | 0 | 0.24 | 297 | 0.14 | 0.72 |
| Hex | C0 | AD | C1 | 1 | A | 0 | 18 | 129 | E | 48 |
| Octal | 300 | 255 | 301 | 1 | 12 | 0 | 30 | 451 | 16 | 110 |
| Binary | 11000000 | 10101101 | 11000001 | 1 | 1010 | 0 | 11000 | 100101001 | 1110 | 1001000 |
Color Harmonies of #C0ADC1
Complementary color
Monochromatic Colors of #C0ADC1
Black with #C0ADC1
Text Example
Text Example
White with #C0ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADC1; }
p { color: rgb(192,173,193); }
H1.HeaderClassName
{
color: #C0ADC1;
}
.AnyTagClassName
{
color: #C0ADC1;
}
</style>
background-color css
<style>
a { background-color: #C0ADC1; }
a { background-color: rgb(192,173,193); }
div.DivClassName
{
background-color: #C0ADC1;
}
.BgClassName
{
background-color: #C0ADC1;
}
</style>
border-color css
<style>
span { border-color: #C0ADC1; }
span { border-color: rgb(192,173,193); }
td.TdClassName
{
border-color: #C0ADC1;
}
.TagClassName
{
border-color: #C0ADC1;
}
</style>