Shades of Lola #C0ADC3
Tints of Lola #C0ADC3
RGB
CMYK
RGB Variations
Color information
#C0ADC3 (or 0xC0ADC3) is known color: Lola. HEX triplet: C0, AD and C3. RGB value is (192,173,195). Sum of RGB (Red+Green+Blue) = 192+173+195=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 195 - color contains mainly: blue. Hex color #C0ADC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADC3 is #3F523C. Grayscale: #B5B5B5. Windows color (decimal): -4149821 or 12824000. OLE color: 12824000.
HSL color Cylindrical-coordinate representation of color #C0ADC3: hue angle of 291.82º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0ADC3 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 173 | 195 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.24 |
| HSL | 291.82º | 0.15% | 0.72% | - |
| HSV(B) | 291.82º | 0.11% | 0.76% | - |
| XYZ | 46.53 | 45.03 | 57.87 | - |
| YUV | 181.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 195 | 0.02 | 0.11 | 0 | 0.24 | 291.82 | 0.15 | 0.72 |
| Hex | C0 | AD | C3 | 2 | B | 0 | 18 | 124 | F | 48 |
| Octal | 300 | 255 | 303 | 2 | 13 | 0 | 30 | 444 | 17 | 110 |
| Binary | 11000000 | 10101101 | 11000011 | 10 | 1011 | 0 | 11000 | 100100100 | 1111 | 1001000 |
Color Harmonies of #C0ADC3
Complementary color
Monochromatic Colors of #C0ADC3
Black with #C0ADC3
Text Example
Text Example
White with #C0ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADC3; }
p { color: rgb(192,173,195); }
H1.HeaderClassName
{
color: #C0ADC3;
}
.AnyTagClassName
{
color: #C0ADC3;
}
</style>
background-color css
<style>
a { background-color: #C0ADC3; }
a { background-color: rgb(192,173,195); }
div.DivClassName
{
background-color: #C0ADC3;
}
.BgClassName
{
background-color: #C0ADC3;
}
</style>
border-color css
<style>
span { border-color: #C0ADC3; }
span { border-color: rgb(192,173,195); }
td.TdClassName
{
border-color: #C0ADC3;
}
.TagClassName
{
border-color: #C0ADC3;
}
</style>