Shades of Lola #C1ABC4
Tints of Lola #C1ABC4
RGB
CMYK
RGB Variations
Color information
#C1ABC4 (or 0xC1ABC4) is known color: Lola. HEX triplet: C1, AB and C4. RGB value is (193,171,196). Sum of RGB (Red+Green+Blue) = 193+171+196=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 196 - color contains mainly: blue. Hex color #C1ABC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABC4 is #3E543B. Grayscale: #B4B4B4. Windows color (decimal): -4084796 or 12889025. OLE color: 12889025.
HSL color Cylindrical-coordinate representation of color #C1ABC4: hue angle of 292.8º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1ABC4 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 193 | 171 | 196 | - |
CMYK | 0.02 | 0.13 | 0 | 0.23 |
HSL | 292.8º | 0.17% | 0.72% | - |
HSV(B) | 292.8º | 0.13% | 0.77% | - |
XYZ | 46.52 | 44.45 | 58.35 | - |
YUV | 180.43 | 136.79 | 136.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 171 | 196 | 0.02 | 0.13 | 0 | 0.23 | 292.8 | 0.17 | 0.72 |
Hex | C1 | AB | C4 | 2 | D | 0 | 17 | 125 | 11 | 48 |
Octal | 301 | 253 | 304 | 2 | 15 | 0 | 27 | 445 | 21 | 110 |
Binary | 11000001 | 10101011 | 11000100 | 10 | 1101 | 0 | 10111 | 100100101 | 10001 | 1001000 |
Color Harmonies of #C1ABC4
Complementary color
Monochromatic Colors of #C1ABC4
Black with #C1ABC4
Text Example
Text Example
White with #C1ABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABC4; }
p { color: rgb(193,171,196); }
H1.HeaderClassName
{
color: #C1ABC4;
}
.AnyTagClassName
{
color: #C1ABC4;
}
</style>
background-color css
<style>
a { background-color: #C1ABC4; }
a { background-color: rgb(193,171,196); }
div.DivClassName
{
background-color: #C1ABC4;
}
.BgClassName
{
background-color: #C1ABC4;
}
</style>
border-color css
<style>
span { border-color: #C1ABC4; }
span { border-color: rgb(193,171,196); }
td.TdClassName
{
border-color: #C1ABC4;
}
.TagClassName
{
border-color: #C1ABC4;
}
</style>