Shades of Lola #C3B9C5
Tints of Lola #C3B9C5
RGB
CMYK
RGB Variations
Color information
#C3B9C5 (or 0xC3B9C5) is known color: Lola. HEX triplet: C3, B9 and C5. RGB value is (195,185,197). Sum of RGB (Red+Green+Blue) = 195+185+197=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 197 - color contains mainly: blue. Hex color #C3B9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B9C5 is #3C463A. Grayscale: #BDBDBD. Windows color (decimal): -3950139 or 12958147. OLE color: 12958147.
HSL color Cylindrical-coordinate representation of color #C3B9C5: hue angle of 290º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3B9C5 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 185 | 197 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.23 |
| HSL | 290º | 0.09% | 0.75% | - |
| HSV(B) | 290º | 0.06% | 0.77% | - |
| XYZ | 49.93 | 50.33 | 59.91 | - |
| YUV | 189.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 185 | 197 | 0.01 | 0.06 | 0 | 0.23 | 290 | 0.09 | 0.75 |
| Hex | C3 | B9 | C5 | 1 | 6 | 0 | 17 | 122 | 9 | 4B |
| Octal | 303 | 271 | 305 | 1 | 6 | 0 | 27 | 442 | 11 | 113 |
| Binary | 11000011 | 10111001 | 11000101 | 1 | 110 | 0 | 10111 | 100100010 | 1001 | 1001011 |
Color Harmonies of #C3B9C5
Complementary color
Monochromatic Colors of #C3B9C5
Black with #C3B9C5
Text Example
Text Example
White with #C3B9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B9C5; }
p { color: rgb(195,185,197); }
H1.HeaderClassName
{
color: #C3B9C5;
}
.AnyTagClassName
{
color: #C3B9C5;
}
</style>
background-color css
<style>
a { background-color: #C3B9C5; }
a { background-color: rgb(195,185,197); }
div.DivClassName
{
background-color: #C3B9C5;
}
.BgClassName
{
background-color: #C3B9C5;
}
</style>
border-color css
<style>
span { border-color: #C3B9C5; }
span { border-color: rgb(195,185,197); }
td.TdClassName
{
border-color: #C3B9C5;
}
.TagClassName
{
border-color: #C3B9C5;
}
</style>