Shades of Lola #C1AEC1
Tints of Lola #C1AEC1
RGB
CMYK
RGB Variations
Color information
#C1AEC1 (or 0xC1AEC1) is known color: Lola. HEX triplet: C1, AE and C1. RGB value is (193,174,193). Sum of RGB (Red+Green+Blue) = 193+174+193=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C1AEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AEC1 is #3E513E. Grayscale: #B5B5B5. Windows color (decimal): -4084031 or 12693185. OLE color: 12693185.
HSL color Cylindrical-coordinate representation of color #C1AEC1: hue angle of 300º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1AEC1 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 174 | 193 | - |
| CMYK | 0 | 0.10 | 0 | 0.24 |
| HSL | 300º | 0.13% | 0.72% | - |
| HSV(B) | 300º | 0.1% | 0.76% | - |
| XYZ | 46.75 | 45.46 | 56.76 | - |
| YUV | 181.85 | 134.29 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 193 | 0 | 0.10 | 0 | 0.24 | 300 | 0.13 | 0.72 |
| Hex | C1 | AE | C1 | 0 | A | 0 | 18 | 12C | D | 48 |
| Octal | 301 | 256 | 301 | 0 | 12 | 0 | 30 | 454 | 15 | 110 |
| Binary | 11000001 | 10101110 | 11000001 | 0 | 1010 | 0 | 11000 | 100101100 | 1101 | 1001000 |
Color Harmonies of #C1AEC1
Complementary color
Monochromatic Colors of #C1AEC1
Black with #C1AEC1
Text Example
Text Example
White with #C1AEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AEC1; }
p { color: rgb(193,174,193); }
H1.HeaderClassName
{
color: #C1AEC1;
}
.AnyTagClassName
{
color: #C1AEC1;
}
</style>
background-color css
<style>
a { background-color: #C1AEC1; }
a { background-color: rgb(193,174,193); }
div.DivClassName
{
background-color: #C1AEC1;
}
.BgClassName
{
background-color: #C1AEC1;
}
</style>
border-color css
<style>
span { border-color: #C1AEC1; }
span { border-color: rgb(193,174,193); }
td.TdClassName
{
border-color: #C1AEC1;
}
.TagClassName
{
border-color: #C1AEC1;
}
</style>