Shades of Lola #C0AEC5
Tints of Lola #C0AEC5
RGB
CMYK
RGB Variations
Color information
#C0AEC5 (or 0xC0AEC5) is known color: Lola. HEX triplet: C0, AE and C5. RGB value is (192,174,197). Sum of RGB (Red+Green+Blue) = 192+174+197=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 197 - color contains mainly: blue. Hex color #C0AEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEC5 is #3F513A. Grayscale: #B5B5B5. Windows color (decimal): -4149563 or 12955328. OLE color: 12955328.
HSL color Cylindrical-coordinate representation of color #C0AEC5: hue angle of 286.96º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0AEC5 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 192 | 174 | 197 | - |
CMYK | 0.03 | 0.12 | 0 | 0.23 |
HSL | 286.96º | 0.17% | 0.73% | - |
HSV(B) | 286.96º | 0.12% | 0.77% | - |
XYZ | 46.95 | 45.51 | 59.13 | - |
YUV | 182 | 136.46 | 135.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 174 | 197 | 0.03 | 0.12 | 0 | 0.23 | 286.96 | 0.17 | 0.73 |
Hex | C0 | AE | C5 | 3 | C | 0 | 17 | 11F | 11 | 49 |
Octal | 300 | 256 | 305 | 3 | 14 | 0 | 27 | 437 | 21 | 111 |
Binary | 11000000 | 10101110 | 11000101 | 11 | 1100 | 0 | 10111 | 100011111 | 10001 | 1001001 |
Color Harmonies of #C0AEC5
Complementary color
Monochromatic Colors of #C0AEC5
Black with #C0AEC5
Text Example
Text Example
White with #C0AEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEC5; }
p { color: rgb(192,174,197); }
H1.HeaderClassName
{
color: #C0AEC5;
}
.AnyTagClassName
{
color: #C0AEC5;
}
</style>
background-color css
<style>
a { background-color: #C0AEC5; }
a { background-color: rgb(192,174,197); }
div.DivClassName
{
background-color: #C0AEC5;
}
.BgClassName
{
background-color: #C0AEC5;
}
</style>
border-color css
<style>
span { border-color: #C0AEC5; }
span { border-color: rgb(192,174,197); }
td.TdClassName
{
border-color: #C0AEC5;
}
.TagClassName
{
border-color: #C0AEC5;
}
</style>