Shades of Lola #C0AAC2
Tints of Lola #C0AAC2
RGB
CMYK
RGB Variations
Color information
#C0AAC2 (or 0xC0AAC2) is known color: Lola. HEX triplet: C0, AA and C2. RGB value is (192,170,194). Sum of RGB (Red+Green+Blue) = 192+170+194=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 194 - color contains mainly: blue. Hex color #C0AAC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AAC2 is #3F553D. Grayscale: #B3B3B3. Windows color (decimal): -4150590 or 12757696. OLE color: 12757696.
HSL color Cylindrical-coordinate representation of color #C0AAC2: hue angle of 295º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0AAC2 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 170 | 194 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.24 |
| HSL | 295º | 0.16% | 0.71% | - |
| HSV(B) | 295º | 0.12% | 0.76% | - |
| XYZ | 45.85 | 43.85 | 57.09 | - |
| YUV | 179.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 194 | 0.01 | 0.12 | 0 | 0.24 | 295 | 0.16 | 0.71 |
| Hex | C0 | AA | C2 | 1 | C | 0 | 18 | 127 | 10 | 47 |
| Octal | 300 | 252 | 302 | 1 | 14 | 0 | 30 | 447 | 20 | 107 |
| Binary | 11000000 | 10101010 | 11000010 | 1 | 1100 | 0 | 11000 | 100100111 | 10000 | 1000111 |
Color Harmonies of #C0AAC2
Complementary color
Monochromatic Colors of #C0AAC2
Black with #C0AAC2
Text Example
Text Example
White with #C0AAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAC2; }
p { color: rgb(192,170,194); }
H1.HeaderClassName
{
color: #C0AAC2;
}
.AnyTagClassName
{
color: #C0AAC2;
}
</style>
background-color css
<style>
a { background-color: #C0AAC2; }
a { background-color: rgb(192,170,194); }
div.DivClassName
{
background-color: #C0AAC2;
}
.BgClassName
{
background-color: #C0AAC2;
}
</style>
border-color css
<style>
span { border-color: #C0AAC2; }
span { border-color: rgb(192,170,194); }
td.TdClassName
{
border-color: #C0AAC2;
}
.TagClassName
{
border-color: #C0AAC2;
}
</style>