Shades of Lola #C1AAC5
Tints of Lola #C1AAC5
RGB
CMYK
RGB Variations
Color information
#C1AAC5 (or 0xC1AAC5) is known color: Lola. HEX triplet: C1, AA and C5. RGB value is (193,170,197). Sum of RGB (Red+Green+Blue) = 193+170+197=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 197 - color contains mainly: blue. Hex color #C1AAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AAC5 is #3E553A. Grayscale: #B3B3B3. Windows color (decimal): -4085051 or 12954305. OLE color: 12954305.
HSL color Cylindrical-coordinate representation of color #C1AAC5: hue angle of 291.11º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1AAC5 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 170 | 197 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.23 |
| HSL | 291.11º | 0.19% | 0.72% | - |
| HSV(B) | 291.11º | 0.14% | 0.77% | - |
| XYZ | 46.45 | 44.12 | 58.89 | - |
| YUV | 179.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 197 | 0.02 | 0.14 | 0 | 0.23 | 291.11 | 0.19 | 0.72 |
| Hex | C1 | AA | C5 | 2 | E | 0 | 17 | 123 | 13 | 48 |
| Octal | 301 | 252 | 305 | 2 | 16 | 0 | 27 | 443 | 23 | 110 |
| Binary | 11000001 | 10101010 | 11000101 | 10 | 1110 | 0 | 10111 | 100100011 | 10011 | 1001000 |
Color Harmonies of #C1AAC5
Complementary color
Monochromatic Colors of #C1AAC5
Black with #C1AAC5
Text Example
Text Example
White with #C1AAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AAC5; }
p { color: rgb(193,170,197); }
H1.HeaderClassName
{
color: #C1AAC5;
}
.AnyTagClassName
{
color: #C1AAC5;
}
</style>
background-color css
<style>
a { background-color: #C1AAC5; }
a { background-color: rgb(193,170,197); }
div.DivClassName
{
background-color: #C1AAC5;
}
.BgClassName
{
background-color: #C1AAC5;
}
</style>
border-color css
<style>
span { border-color: #C1AAC5; }
span { border-color: rgb(193,170,197); }
td.TdClassName
{
border-color: #C1AAC5;
}
.TagClassName
{
border-color: #C1AAC5;
}
</style>