Shades of Lola #C2B0C3
Tints of Lola #C2B0C3
RGB
CMYK
RGB Variations
Color information
#C2B0C3 (or 0xC2B0C3) is known color: Lola. HEX triplet: C2, B0 and C3. RGB value is (194,176,195). Sum of RGB (Red+Green+Blue) = 194+176+195=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 195 - color contains mainly: blue. Hex color #C2B0C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B0C3 is #3D4F3C. Grayscale: #B7B7B7. Windows color (decimal): -4017981 or 12824770. OLE color: 12824770.
HSL color Cylindrical-coordinate representation of color #C2B0C3: hue angle of 296.84º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2B0C3 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 195 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.24 |
| HSL | 296.84º | 0.14% | 0.73% | - |
| HSV(B) | 296.84º | 0.1% | 0.76% | - |
| XYZ | 47.62 | 46.46 | 58.09 | - |
| YUV | 183.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 195 | 0.01 | 0.10 | 0 | 0.24 | 296.84 | 0.14 | 0.73 |
| Hex | C2 | B0 | C3 | 1 | A | 0 | 18 | 129 | E | 49 |
| Octal | 302 | 260 | 303 | 1 | 12 | 0 | 30 | 451 | 16 | 111 |
| Binary | 11000010 | 10110000 | 11000011 | 1 | 1010 | 0 | 11000 | 100101001 | 1110 | 1001001 |
Color Harmonies of #C2B0C3
Complementary color
Monochromatic Colors of #C2B0C3
Black with #C2B0C3
Text Example
Text Example
White with #C2B0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B0C3; }
p { color: rgb(194,176,195); }
H1.HeaderClassName
{
color: #C2B0C3;
}
.AnyTagClassName
{
color: #C2B0C3;
}
</style>
background-color css
<style>
a { background-color: #C2B0C3; }
a { background-color: rgb(194,176,195); }
div.DivClassName
{
background-color: #C2B0C3;
}
.BgClassName
{
background-color: #C2B0C3;
}
</style>
border-color css
<style>
span { border-color: #C2B0C3; }
span { border-color: rgb(194,176,195); }
td.TdClassName
{
border-color: #C2B0C3;
}
.TagClassName
{
border-color: #C2B0C3;
}
</style>