Shades of Lola #C0AEC3
Tints of Lola #C0AEC3
RGB
CMYK
RGB Variations
Color information
#C0AEC3 (or 0xC0AEC3) is known color: Lola. HEX triplet: C0, AE and C3. RGB value is (192,174,195). Sum of RGB (Red+Green+Blue) = 192+174+195=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 195 - color contains mainly: blue. Hex color #C0AEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEC3 is #3F513C. Grayscale: #B5B5B5. Windows color (decimal): -4149565 or 12824256. OLE color: 12824256.
HSL color Cylindrical-coordinate representation of color #C0AEC3: hue angle of 291.43º 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 #C0AEC3 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 192 | 174 | 195 | - |
CMYK | 0.02 | 0.11 | 0 | 0.24 |
HSL | 291.43º | 0.15% | 0.72% | - |
HSV(B) | 291.43º | 0.11% | 0.76% | - |
XYZ | 46.72 | 45.42 | 57.93 | - |
YUV | 181.78 | 135.46 | 135.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 174 | 195 | 0.02 | 0.11 | 0 | 0.24 | 291.43 | 0.15 | 0.72 |
Hex | C0 | AE | C3 | 2 | B | 0 | 18 | 123 | F | 48 |
Octal | 300 | 256 | 303 | 2 | 13 | 0 | 30 | 443 | 17 | 110 |
Binary | 11000000 | 10101110 | 11000011 | 10 | 1011 | 0 | 11000 | 100100011 | 1111 | 1001000 |
Color Harmonies of #C0AEC3
Complementary color
Monochromatic Colors of #C0AEC3
Black with #C0AEC3
Text Example
Text Example
White with #C0AEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEC3; }
p { color: rgb(192,174,195); }
H1.HeaderClassName
{
color: #C0AEC3;
}
.AnyTagClassName
{
color: #C0AEC3;
}
</style>
background-color css
<style>
a { background-color: #C0AEC3; }
a { background-color: rgb(192,174,195); }
div.DivClassName
{
background-color: #C0AEC3;
}
.BgClassName
{
background-color: #C0AEC3;
}
</style>
border-color css
<style>
span { border-color: #C0AEC3; }
span { border-color: rgb(192,174,195); }
td.TdClassName
{
border-color: #C0AEC3;
}
.TagClassName
{
border-color: #C0AEC3;
}
</style>