Shades of Lola #C3B2C6
Tints of Lola #C3B2C6
RGB
CMYK
RGB Variations
Color information
#C3B2C6 (or 0xC3B2C6) is known color: Lola. HEX triplet: C3, B2 and C6. RGB value is (195,178,198). Sum of RGB (Red+Green+Blue) = 195+178+198=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 198 - color contains mainly: blue. Hex color #C3B2C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B2C6 is #3C4D39. Grayscale: #B9B9B9. Windows color (decimal): -3951930 or 13021891. OLE color: 13021891.
HSL color Cylindrical-coordinate representation of color #C3B2C6: hue angle of 291º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3B2C6 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 178 | 198 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.22 |
| HSL | 291º | 0.15% | 0.74% | - |
| HSV(B) | 291º | 0.1% | 0.78% | - |
| XYZ | 48.62 | 47.52 | 60.04 | - |
| YUV | 185.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 178 | 198 | 0.02 | 0.10 | 0 | 0.22 | 291 | 0.15 | 0.74 |
| Hex | C3 | B2 | C6 | 2 | A | 0 | 16 | 123 | F | 4A |
| Octal | 303 | 262 | 306 | 2 | 12 | 0 | 26 | 443 | 17 | 112 |
| Binary | 11000011 | 10110010 | 11000110 | 10 | 1010 | 0 | 10110 | 100100011 | 1111 | 1001010 |
Color Harmonies of #C3B2C6
Complementary color
Monochromatic Colors of #C3B2C6
Black with #C3B2C6
Text Example
Text Example
White with #C3B2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B2C6; }
p { color: rgb(195,178,198); }
H1.HeaderClassName
{
color: #C3B2C6;
}
.AnyTagClassName
{
color: #C3B2C6;
}
</style>
background-color css
<style>
a { background-color: #C3B2C6; }
a { background-color: rgb(195,178,198); }
div.DivClassName
{
background-color: #C3B2C6;
}
.BgClassName
{
background-color: #C3B2C6;
}
</style>
border-color css
<style>
span { border-color: #C3B2C6; }
span { border-color: rgb(195,178,198); }
td.TdClassName
{
border-color: #C3B2C6;
}
.TagClassName
{
border-color: #C3B2C6;
}
</style>