Shades of Lola #C3B7C4
Tints of Lola #C3B7C4
RGB
CMYK
RGB Variations
Color information
#C3B7C4 (or 0xC3B7C4) is known color: Lola. HEX triplet: C3, B7 and C4. RGB value is (195,183,196). Sum of RGB (Red+Green+Blue) = 195+183+196=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 196 - color contains mainly: blue. Hex color #C3B7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B7C4 is #3C483B. Grayscale: #BCBCBC. Windows color (decimal): -3950652 or 12892099. OLE color: 12892099.
HSL color Cylindrical-coordinate representation of color #C3B7C4: hue angle of 295.38º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3B7C4 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 183 | 196 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.23 |
| HSL | 295.38º | 0.1% | 0.74% | - |
| HSV(B) | 295.38º | 0.07% | 0.77% | - |
| XYZ | 49.4 | 49.45 | 59.17 | - |
| YUV | 188.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 196 | 0.01 | 0.07 | 0 | 0.23 | 295.38 | 0.1 | 0.74 |
| Hex | C3 | B7 | C4 | 1 | 7 | 0 | 17 | 127 | A | 4A |
| Octal | 303 | 267 | 304 | 1 | 7 | 0 | 27 | 447 | 12 | 112 |
| Binary | 11000011 | 10110111 | 11000100 | 1 | 111 | 0 | 10111 | 100100111 | 1010 | 1001010 |
Color Harmonies of #C3B7C4
Complementary color
Monochromatic Colors of #C3B7C4
Black with #C3B7C4
Text Example
Text Example
White with #C3B7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B7C4; }
p { color: rgb(195,183,196); }
H1.HeaderClassName
{
color: #C3B7C4;
}
.AnyTagClassName
{
color: #C3B7C4;
}
</style>
background-color css
<style>
a { background-color: #C3B7C4; }
a { background-color: rgb(195,183,196); }
div.DivClassName
{
background-color: #C3B7C4;
}
.BgClassName
{
background-color: #C3B7C4;
}
</style>
border-color css
<style>
span { border-color: #C3B7C4; }
span { border-color: rgb(195,183,196); }
td.TdClassName
{
border-color: #C3B7C4;
}
.TagClassName
{
border-color: #C3B7C4;
}
</style>