Shades of Lola #C0AAC5
Tints of Lola #C0AAC5
RGB
CMYK
RGB Variations
Color information
#C0AAC5 (or 0xC0AAC5) is known color: Lola. HEX triplet: C0, AA and C5. RGB value is (192,170,197). Sum of RGB (Red+Green+Blue) = 192+170+197=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 197 - color contains mainly: blue. Hex color #C0AAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AAC5 is #3F553A. Grayscale: #B3B3B3. Windows color (decimal): -4150587 or 12954304. OLE color: 12954304.
HSL color Cylindrical-coordinate representation of color #C0AAC5: hue angle of 288.89º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0AAC5 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 170 | 197 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.23 |
| HSL | 288.89º | 0.19% | 0.72% | - |
| HSV(B) | 288.89º | 0.14% | 0.77% | - |
| XYZ | 46.19 | 43.99 | 58.88 | - |
| YUV | 179.66 | 137.79 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 197 | 0.03 | 0.14 | 0 | 0.23 | 288.89 | 0.19 | 0.72 |
| Hex | C0 | AA | C5 | 3 | E | 0 | 17 | 121 | 13 | 48 |
| Octal | 300 | 252 | 305 | 3 | 16 | 0 | 27 | 441 | 23 | 110 |
| Binary | 11000000 | 10101010 | 11000101 | 11 | 1110 | 0 | 10111 | 100100001 | 10011 | 1001000 |
Color Harmonies of #C0AAC5
Complementary color
Monochromatic Colors of #C0AAC5
Black with #C0AAC5
Text Example
Text Example
White with #C0AAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAC5; }
p { color: rgb(192,170,197); }
H1.HeaderClassName
{
color: #C0AAC5;
}
.AnyTagClassName
{
color: #C0AAC5;
}
</style>
background-color css
<style>
a { background-color: #C0AAC5; }
a { background-color: rgb(192,170,197); }
div.DivClassName
{
background-color: #C0AAC5;
}
.BgClassName
{
background-color: #C0AAC5;
}
</style>
border-color css
<style>
span { border-color: #C0AAC5; }
span { border-color: rgb(192,170,197); }
td.TdClassName
{
border-color: #C0AAC5;
}
.TagClassName
{
border-color: #C0AAC5;
}
</style>