Shades of Lola #C3BEC3
Tints of Lola #C3BEC3
RGB
CMYK
RGB Variations
Color information
#C3BEC3 (or 0xC3BEC3) is known color: Lola. HEX triplet: C3, BE and C3. RGB value is (195,190,195). Sum of RGB (Red+Green+Blue) = 195+190+195=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C3BEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEC3 is #3C413C. Grayscale: #C0C0C0. Windows color (decimal): -3948861 or 12828355. OLE color: 12828355.
HSL color Cylindrical-coordinate representation of color #C3BEC3: hue angle of 300º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C3BEC3 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 190 | 195 | - |
CMYK | 0 | 0.03 | 0 | 0.24 |
HSL | 300º | 0.04% | 0.75% | - |
HSV(B) | 300º | 0.03% | 0.76% | - |
XYZ | 50.77 | 52.37 | 59.06 | - |
YUV | 192.07 | 129.66 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 190 | 195 | 0 | 0.03 | 0 | 0.24 | 300 | 0.04 | 0.75 |
Hex | C3 | BE | C3 | 0 | 3 | 0 | 18 | 12C | 4 | 4B |
Octal | 303 | 276 | 303 | 0 | 3 | 0 | 30 | 454 | 4 | 113 |
Binary | 11000011 | 10111110 | 11000011 | 0 | 11 | 0 | 11000 | 100101100 | 100 | 1001011 |
Color Harmonies of #C3BEC3
Complementary color
Monochromatic Colors of #C3BEC3
Black with #C3BEC3
Text Example
Text Example
White with #C3BEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BEC3; }
p { color: rgb(195,190,195); }
H1.HeaderClassName
{
color: #C3BEC3;
}
.AnyTagClassName
{
color: #C3BEC3;
}
</style>
background-color css
<style>
a { background-color: #C3BEC3; }
a { background-color: rgb(195,190,195); }
div.DivClassName
{
background-color: #C3BEC3;
}
.BgClassName
{
background-color: #C3BEC3;
}
</style>
border-color css
<style>
span { border-color: #C3BEC3; }
span { border-color: rgb(195,190,195); }
td.TdClassName
{
border-color: #C3BEC3;
}
.TagClassName
{
border-color: #C3BEC3;
}
</style>