Shades of Lola #C0ADC0
Tints of Lola #C0ADC0
RGB
CMYK
RGB Variations
Color information
#C0ADC0 (or 0xC0ADC0) is known color: Lola. HEX triplet: C0, AD and C0. RGB value is (192,173,192). Sum of RGB (Red+Green+Blue) = 192+173+192=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C0ADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADC0 is #3F523F. Grayscale: #B4B4B4. Windows color (decimal): -4149824 or 12627392. OLE color: 12627392.
HSL color Cylindrical-coordinate representation of color #C0ADC0: hue angle of 300º 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 #C0ADC0 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 173 | 192 | - |
CMYK | 0 | 0.10 | 0 | 0.25 |
HSL | 300º | 0.13% | 0.72% | - |
HSV(B) | 300º | 0.1% | 0.75% | - |
XYZ | 46.2 | 44.9 | 56.1 | - |
YUV | 180.85 | 134.29 | 135.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 173 | 192 | 0 | 0.10 | 0 | 0.25 | 300 | 0.13 | 0.72 |
Hex | C0 | AD | C0 | 0 | A | 0 | 19 | 12C | D | 48 |
Octal | 300 | 255 | 300 | 0 | 12 | 0 | 31 | 454 | 15 | 110 |
Binary | 11000000 | 10101101 | 11000000 | 0 | 1010 | 0 | 11001 | 100101100 | 1101 | 1001000 |
Color Harmonies of #C0ADC0
Complementary color
Monochromatic Colors of #C0ADC0
Black with #C0ADC0
Text Example
Text Example
White with #C0ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADC0; }
p { color: rgb(192,173,192); }
H1.HeaderClassName
{
color: #C0ADC0;
}
.AnyTagClassName
{
color: #C0ADC0;
}
</style>
background-color css
<style>
a { background-color: #C0ADC0; }
a { background-color: rgb(192,173,192); }
div.DivClassName
{
background-color: #C0ADC0;
}
.BgClassName
{
background-color: #C0ADC0;
}
</style>
border-color css
<style>
span { border-color: #C0ADC0; }
span { border-color: rgb(192,173,192); }
td.TdClassName
{
border-color: #C0ADC0;
}
.TagClassName
{
border-color: #C0ADC0;
}
</style>