Shades of Lola #C2B2C6
Tints of Lola #C2B2C6
RGB
CMYK
RGB Variations
Color information
#C2B2C6 (or 0xC2B2C6) is known color: Lola. HEX triplet: C2, B2 and C6. RGB value is (194,178,198). Sum of RGB (Red+Green+Blue) = 194+178+198=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 198 - color contains mainly: blue. Hex color #C2B2C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B2C6 is #3D4D39. Grayscale: #B9B9B9. Windows color (decimal): -4017466 or 13021890. OLE color: 13021890.
HSL color Cylindrical-coordinate representation of color #C2B2C6: hue angle of 288º 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 #C2B2C6 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 178 | 198 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.22 |
| HSL | 288º | 0.15% | 0.74% | - |
| HSV(B) | 288º | 0.1% | 0.78% | - |
| XYZ | 48.36 | 47.39 | 60.02 | - |
| YUV | 185.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 198 | 0.02 | 0.10 | 0 | 0.22 | 288 | 0.15 | 0.74 |
| Hex | C2 | B2 | C6 | 2 | A | 0 | 16 | 120 | F | 4A |
| Octal | 302 | 262 | 306 | 2 | 12 | 0 | 26 | 440 | 17 | 112 |
| Binary | 11000010 | 10110010 | 11000110 | 10 | 1010 | 0 | 10110 | 100100000 | 1111 | 1001010 |
Color Harmonies of #C2B2C6
Complementary color
Monochromatic Colors of #C2B2C6
Black with #C2B2C6
Text Example
Text Example
White with #C2B2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B2C6; }
p { color: rgb(194,178,198); }
H1.HeaderClassName
{
color: #C2B2C6;
}
.AnyTagClassName
{
color: #C2B2C6;
}
</style>
background-color css
<style>
a { background-color: #C2B2C6; }
a { background-color: rgb(194,178,198); }
div.DivClassName
{
background-color: #C2B2C6;
}
.BgClassName
{
background-color: #C2B2C6;
}
</style>
border-color css
<style>
span { border-color: #C2B2C6; }
span { border-color: rgb(194,178,198); }
td.TdClassName
{
border-color: #C2B2C6;
}
.TagClassName
{
border-color: #C2B2C6;
}
</style>