Shades of Lola #C1B0C2
Tints of Lola #C1B0C2
RGB
CMYK
RGB Variations
Color information
#C1B0C2 (or 0xC1B0C2) is known color: Lola. HEX triplet: C1, B0 and C2. RGB value is (193,176,194). Sum of RGB (Red+Green+Blue) = 193+176+194=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 194 - color contains mainly: blue. Hex color #C1B0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B0C2 is #3E4F3D. Grayscale: #B7B7B7. Windows color (decimal): -4083518 or 12759233. OLE color: 12759233.
HSL color Cylindrical-coordinate representation of color #C1B0C2: hue angle of 296.67º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1B0C2 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 176 | 194 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.24 |
| HSL | 296.67º | 0.13% | 0.73% | - |
| HSV(B) | 296.67º | 0.09% | 0.76% | - |
| XYZ | 47.26 | 46.28 | 57.48 | - |
| YUV | 183.14 | 134.13 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 176 | 194 | 0.01 | 0.09 | 0 | 0.24 | 296.67 | 0.13 | 0.73 |
| Hex | C1 | B0 | C2 | 1 | 9 | 0 | 18 | 129 | D | 49 |
| Octal | 301 | 260 | 302 | 1 | 11 | 0 | 30 | 451 | 15 | 111 |
| Binary | 11000001 | 10110000 | 11000010 | 1 | 1001 | 0 | 11000 | 100101001 | 1101 | 1001001 |
Color Harmonies of #C1B0C2
Complementary color
Monochromatic Colors of #C1B0C2
Black with #C1B0C2
Text Example
Text Example
White with #C1B0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B0C2; }
p { color: rgb(193,176,194); }
H1.HeaderClassName
{
color: #C1B0C2;
}
.AnyTagClassName
{
color: #C1B0C2;
}
</style>
background-color css
<style>
a { background-color: #C1B0C2; }
a { background-color: rgb(193,176,194); }
div.DivClassName
{
background-color: #C1B0C2;
}
.BgClassName
{
background-color: #C1B0C2;
}
</style>
border-color css
<style>
span { border-color: #C1B0C2; }
span { border-color: rgb(193,176,194); }
td.TdClassName
{
border-color: #C1B0C2;
}
.TagClassName
{
border-color: #C1B0C2;
}
</style>