Shades of Lola #C3BAC3
Tints of Lola #C3BAC3
RGB
CMYK
RGB Variations
Color information
#C3BAC3 (or 0xC3BAC3) is known color: Lola. HEX triplet: C3, BA and C3. RGB value is (195,186,195). Sum of RGB (Red+Green+Blue) = 195+186+195=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C3BAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BAC3 is #3C453C. Grayscale: #BDBDBD. Windows color (decimal): -3949885 or 12827331. OLE color: 12827331.
HSL color Cylindrical-coordinate representation of color #C3BAC3: hue angle of 300º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3BAC3 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 195 | - |
| CMYK | 0 | 0.05 | 0 | 0.24 |
| HSL | 300º | 0.07% | 0.75% | - |
| HSV(B) | 300º | 0.05% | 0.76% | - |
| XYZ | 49.91 | 50.66 | 58.78 | - |
| YUV | 189.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 195 | 0 | 0.05 | 0 | 0.24 | 300 | 0.07 | 0.75 |
| Hex | C3 | BA | C3 | 0 | 5 | 0 | 18 | 12C | 7 | 4B |
| Octal | 303 | 272 | 303 | 0 | 5 | 0 | 30 | 454 | 7 | 113 |
| Binary | 11000011 | 10111010 | 11000011 | 0 | 101 | 0 | 11000 | 100101100 | 111 | 1001011 |
Color Harmonies of #C3BAC3
Complementary color
Monochromatic Colors of #C3BAC3
Black with #C3BAC3
Text Example
Text Example
White with #C3BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BAC3; }
p { color: rgb(195,186,195); }
H1.HeaderClassName
{
color: #C3BAC3;
}
.AnyTagClassName
{
color: #C3BAC3;
}
</style>
background-color css
<style>
a { background-color: #C3BAC3; }
a { background-color: rgb(195,186,195); }
div.DivClassName
{
background-color: #C3BAC3;
}
.BgClassName
{
background-color: #C3BAC3;
}
</style>
border-color css
<style>
span { border-color: #C3BAC3; }
span { border-color: rgb(195,186,195); }
td.TdClassName
{
border-color: #C3BAC3;
}
.TagClassName
{
border-color: #C3BAC3;
}
</style>