Shades of Lola #C0B4C1
Tints of Lola #C0B4C1
RGB
CMYK
RGB Variations
Color information
#C0B4C1 (or 0xC0B4C1) is known color: Lola. HEX triplet: C0, B4 and C1. RGB value is (192,180,193). Sum of RGB (Red+Green+Blue) = 192+180+193=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 193 - color contains mainly: blue. Hex color #C0B4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B4C1 is #3F4B3E. Grayscale: #B9B9B9. Windows color (decimal): -4148031 or 12694720. OLE color: 12694720.
HSL color Cylindrical-coordinate representation of color #C0B4C1: hue angle of 295.38º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0B4C1 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 180 | 193 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.24 |
| HSL | 295.38º | 0.09% | 0.73% | - |
| HSV(B) | 295.38º | 0.07% | 0.76% | - |
| XYZ | 47.69 | 47.7 | 57.15 | - |
| YUV | 185.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 193 | 0.01 | 0.07 | 0 | 0.24 | 295.38 | 0.09 | 0.73 |
| Hex | C0 | B4 | C1 | 1 | 7 | 0 | 18 | 127 | 9 | 49 |
| Octal | 300 | 264 | 301 | 1 | 7 | 0 | 30 | 447 | 11 | 111 |
| Binary | 11000000 | 10110100 | 11000001 | 1 | 111 | 0 | 11000 | 100100111 | 1001 | 1001001 |
Color Harmonies of #C0B4C1
Complementary color
Monochromatic Colors of #C0B4C1
Black with #C0B4C1
Text Example
Text Example
White with #C0B4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B4C1; }
p { color: rgb(192,180,193); }
H1.HeaderClassName
{
color: #C0B4C1;
}
.AnyTagClassName
{
color: #C0B4C1;
}
</style>
background-color css
<style>
a { background-color: #C0B4C1; }
a { background-color: rgb(192,180,193); }
div.DivClassName
{
background-color: #C0B4C1;
}
.BgClassName
{
background-color: #C0B4C1;
}
</style>
border-color css
<style>
span { border-color: #C0B4C1; }
span { border-color: rgb(192,180,193); }
td.TdClassName
{
border-color: #C0B4C1;
}
.TagClassName
{
border-color: #C0B4C1;
}
</style>