Shades of Lola #C3BBC3
Tints of Lola #C3BBC3
RGB
CMYK
RGB Variations
Color information
#C3BBC3 (or 0xC3BBC3) is known color: Lola. HEX triplet: C3, BB and C3. RGB value is (195,187,195). Sum of RGB (Red+Green+Blue) = 195+187+195=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C3BBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBC3 is #3C443C. Grayscale: #BEBEBE. Windows color (decimal): -3949629 or 12827587. OLE color: 12827587.
HSL color Cylindrical-coordinate representation of color #C3BBC3: hue angle of 300º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3BBC3 is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 187 | 195 | - |
CMYK | 0 | 0.04 | 0 | 0.24 |
HSL | 300º | 0.06% | 0.75% | - |
HSV(B) | 300º | 0.04% | 0.76% | - |
XYZ | 50.13 | 51.08 | 58.85 | - |
YUV | 190.3 | 130.65 | 131.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 187 | 195 | 0 | 0.04 | 0 | 0.24 | 300 | 0.06 | 0.75 |
Hex | C3 | BB | C3 | 0 | 4 | 0 | 18 | 12C | 6 | 4B |
Octal | 303 | 273 | 303 | 0 | 4 | 0 | 30 | 454 | 6 | 113 |
Binary | 11000011 | 10111011 | 11000011 | 0 | 100 | 0 | 11000 | 100101100 | 110 | 1001011 |
Color Harmonies of #C3BBC3
Complementary color
Monochromatic Colors of #C3BBC3
Black with #C3BBC3
Text Example
Text Example
White with #C3BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBC3; }
p { color: rgb(195,187,195); }
H1.HeaderClassName
{
color: #C3BBC3;
}
.AnyTagClassName
{
color: #C3BBC3;
}
</style>
background-color css
<style>
a { background-color: #C3BBC3; }
a { background-color: rgb(195,187,195); }
div.DivClassName
{
background-color: #C3BBC3;
}
.BgClassName
{
background-color: #C3BBC3;
}
</style>
border-color css
<style>
span { border-color: #C3BBC3; }
span { border-color: rgb(195,187,195); }
td.TdClassName
{
border-color: #C3BBC3;
}
.TagClassName
{
border-color: #C3BBC3;
}
</style>