Shades of Lola #C4B7C6
Tints of Lola #C4B7C6
RGB
CMYK
RGB Variations
Color information
#C4B7C6 (or 0xC4B7C6) is known color: Lola. HEX triplet: C4, B7 and C6. RGB value is (196,183,198). Sum of RGB (Red+Green+Blue) = 196+183+198=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 198 - color contains mainly: blue. Hex color #C4B7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B7C6 is #3B4839. Grayscale: #BCBCBC. Windows color (decimal): -3885114 or 13023172. OLE color: 13023172.
HSL color Cylindrical-coordinate representation of color #C4B7C6: hue angle of 292º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4B7C6 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 183 | 198 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.22 |
| HSL | 292º | 0.12% | 0.75% | - |
| HSV(B) | 292º | 0.08% | 0.78% | - |
| XYZ | 49.89 | 49.68 | 60.39 | - |
| YUV | 188.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 198 | 0.01 | 0.08 | 0 | 0.22 | 292 | 0.12 | 0.75 |
| Hex | C4 | B7 | C6 | 1 | 8 | 0 | 16 | 124 | C | 4B |
| Octal | 304 | 267 | 306 | 1 | 10 | 0 | 26 | 444 | 14 | 113 |
| Binary | 11000100 | 10110111 | 11000110 | 1 | 1000 | 0 | 10110 | 100100100 | 1100 | 1001011 |
Color Harmonies of #C4B7C6
Complementary color
Monochromatic Colors of #C4B7C6
Black with #C4B7C6
Text Example
Text Example
White with #C4B7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B7C6; }
p { color: rgb(196,183,198); }
H1.HeaderClassName
{
color: #C4B7C6;
}
.AnyTagClassName
{
color: #C4B7C6;
}
</style>
background-color css
<style>
a { background-color: #C4B7C6; }
a { background-color: rgb(196,183,198); }
div.DivClassName
{
background-color: #C4B7C6;
}
.BgClassName
{
background-color: #C4B7C6;
}
</style>
border-color css
<style>
span { border-color: #C4B7C6; }
span { border-color: rgb(196,183,198); }
td.TdClassName
{
border-color: #C4B7C6;
}
.TagClassName
{
border-color: #C4B7C6;
}
</style>