Shades of Lola #C0A7C9
Tints of Lola #C0A7C9
RGB
CMYK
RGB Variations
Color information
#C0A7C9 (or 0xC0A7C9) is known color: Lola. HEX triplet: C0, A7 and C9. RGB value is (192,167,201). Sum of RGB (Red+Green+Blue) = 192+167+201=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 167 (65.62% from 255 or 29.82% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 201 - color contains mainly: blue. Hex color #C0A7C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A7C9 is #3F5836. Grayscale: #B2B2B2. Windows color (decimal): -4151351 or 13215680. OLE color: 13215680.
HSL color Cylindrical-coordinate representation of color #C0A7C9: hue angle of 284.12º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0A7C9 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 167 | 201 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.21 |
| HSL | 284.12º | 0.24% | 0.72% | - |
| HSV(B) | 284.12º | 0.17% | 0.79% | - |
| XYZ | 46.1 | 43.06 | 61.14 | - |
| YUV | 178.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 201 | 0.04 | 0.17 | 0 | 0.21 | 284.12 | 0.24 | 0.72 |
| Hex | C0 | A7 | C9 | 4 | 11 | 0 | 15 | 11C | 18 | 48 |
| Octal | 300 | 247 | 311 | 4 | 21 | 0 | 25 | 434 | 30 | 110 |
| Binary | 11000000 | 10100111 | 11001001 | 100 | 10001 | 0 | 10101 | 100011100 | 11000 | 1001000 |
Color Harmonies of #C0A7C9
Complementary color
Monochromatic Colors of #C0A7C9
Black with #C0A7C9
Text Example
Text Example
White with #C0A7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A7C9; }
p { color: rgb(192,167,201); }
H1.HeaderClassName
{
color: #C0A7C9;
}
.AnyTagClassName
{
color: #C0A7C9;
}
</style>
background-color css
<style>
a { background-color: #C0A7C9; }
a { background-color: rgb(192,167,201); }
div.DivClassName
{
background-color: #C0A7C9;
}
.BgClassName
{
background-color: #C0A7C9;
}
</style>
border-color css
<style>
span { border-color: #C0A7C9; }
span { border-color: rgb(192,167,201); }
td.TdClassName
{
border-color: #C0A7C9;
}
.TagClassName
{
border-color: #C0A7C9;
}
</style>