Shades of Lola #C0AEC1
Tints of Lola #C0AEC1
RGB
CMYK
RGB Variations
Color information
#C0AEC1 (or 0xC0AEC1) is known color: Lola. HEX triplet: C0, AE and C1. RGB value is (192,174,193). Sum of RGB (Red+Green+Blue) = 192+174+193=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 193 - color contains mainly: blue. Hex color #C0AEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEC1 is #3F513E. Grayscale: #B5B5B5. Windows color (decimal): -4149567 or 12693184. OLE color: 12693184.
HSL color Cylindrical-coordinate representation of color #C0AEC1: hue angle of 296.84º degrees, saturation: 0.13, 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 #C0AEC1 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 192 | 174 | 193 | - |
CMYK | 0.01 | 0.10 | 0 | 0.24 |
HSL | 296.84º | 0.13% | 0.72% | - |
HSV(B) | 296.84º | 0.1% | 0.76% | - |
XYZ | 46.5 | 45.33 | 56.75 | - |
YUV | 181.55 | 134.46 | 135.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 174 | 193 | 0.01 | 0.10 | 0 | 0.24 | 296.84 | 0.13 | 0.72 |
Hex | C0 | AE | C1 | 1 | A | 0 | 18 | 129 | D | 48 |
Octal | 300 | 256 | 301 | 1 | 12 | 0 | 30 | 451 | 15 | 110 |
Binary | 11000000 | 10101110 | 11000001 | 1 | 1010 | 0 | 11000 | 100101001 | 1101 | 1001000 |
Color Harmonies of #C0AEC1
Complementary color
Monochromatic Colors of #C0AEC1
Black with #C0AEC1
Text Example
Text Example
White with #C0AEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEC1; }
p { color: rgb(192,174,193); }
H1.HeaderClassName
{
color: #C0AEC1;
}
.AnyTagClassName
{
color: #C0AEC1;
}
</style>
background-color css
<style>
a { background-color: #C0AEC1; }
a { background-color: rgb(192,174,193); }
div.DivClassName
{
background-color: #C0AEC1;
}
.BgClassName
{
background-color: #C0AEC1;
}
</style>
border-color css
<style>
span { border-color: #C0AEC1; }
span { border-color: rgb(192,174,193); }
td.TdClassName
{
border-color: #C0AEC1;
}
.TagClassName
{
border-color: #C0AEC1;
}
</style>