Shades of Lola #C4B8C6
Tints of Lola #C4B8C6
RGB
CMYK
RGB Variations
Color information
#C4B8C6 (or 0xC4B8C6) is known color: Lola. HEX triplet: C4, B8 and C6. RGB value is (196,184,198). Sum of RGB (Red+Green+Blue) = 196+184+198=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 198 - color contains mainly: blue. Hex color #C4B8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B8C6 is #3B4739. Grayscale: #BDBDBD. Windows color (decimal): -3884858 or 13023428. OLE color: 13023428.
HSL color Cylindrical-coordinate representation of color #C4B8C6: hue angle of 291.43º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4B8C6 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 184 | 198 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.22 |
| HSL | 291.43º | 0.11% | 0.75% | - |
| HSV(B) | 291.43º | 0.07% | 0.78% | - |
| XYZ | 50.1 | 50.09 | 60.45 | - |
| YUV | 189.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 184 | 198 | 0.01 | 0.07 | 0 | 0.22 | 291.43 | 0.11 | 0.75 |
| Hex | C4 | B8 | C6 | 1 | 7 | 0 | 16 | 123 | B | 4B |
| Octal | 304 | 270 | 306 | 1 | 7 | 0 | 26 | 443 | 13 | 113 |
| Binary | 11000100 | 10111000 | 11000110 | 1 | 111 | 0 | 10110 | 100100011 | 1011 | 1001011 |
Color Harmonies of #C4B8C6
Complementary color
Monochromatic Colors of #C4B8C6
Black with #C4B8C6
Text Example
Text Example
White with #C4B8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B8C6; }
p { color: rgb(196,184,198); }
H1.HeaderClassName
{
color: #C4B8C6;
}
.AnyTagClassName
{
color: #C4B8C6;
}
</style>
background-color css
<style>
a { background-color: #C4B8C6; }
a { background-color: rgb(196,184,198); }
div.DivClassName
{
background-color: #C4B8C6;
}
.BgClassName
{
background-color: #C4B8C6;
}
</style>
border-color css
<style>
span { border-color: #C4B8C6; }
span { border-color: rgb(196,184,198); }
td.TdClassName
{
border-color: #C4B8C6;
}
.TagClassName
{
border-color: #C4B8C6;
}
</style>