Shades of Lola #C1AFC2
Tints of Lola #C1AFC2
RGB
CMYK
RGB Variations
Color information
#C1AFC2 (or 0xC1AFC2) is known color: Lola. HEX triplet: C1, AF and C2. RGB value is (193,175,194). Sum of RGB (Red+Green+Blue) = 193+175+194=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 194 - color contains mainly: blue. Hex color #C1AFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFC2 is #3E503D. Grayscale: #B6B6B6. Windows color (decimal): -4083774 or 12758977. OLE color: 12758977.
HSL color Cylindrical-coordinate representation of color #C1AFC2: hue angle of 296.84º 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 #C1AFC2 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 194 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.24 |
| HSL | 296.84º | 0.13% | 0.72% | - |
| HSV(B) | 296.84º | 0.1% | 0.76% | - |
| XYZ | 47.06 | 45.89 | 57.42 | - |
| YUV | 182.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 194 | 0.01 | 0.10 | 0 | 0.24 | 296.84 | 0.13 | 0.72 |
| Hex | C1 | AF | C2 | 1 | A | 0 | 18 | 129 | D | 48 |
| Octal | 301 | 257 | 302 | 1 | 12 | 0 | 30 | 451 | 15 | 110 |
| Binary | 11000001 | 10101111 | 11000010 | 1 | 1010 | 0 | 11000 | 100101001 | 1101 | 1001000 |
Color Harmonies of #C1AFC2
Complementary color
Monochromatic Colors of #C1AFC2
Black with #C1AFC2
Text Example
Text Example
White with #C1AFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AFC2; }
p { color: rgb(193,175,194); }
H1.HeaderClassName
{
color: #C1AFC2;
}
.AnyTagClassName
{
color: #C1AFC2;
}
</style>
background-color css
<style>
a { background-color: #C1AFC2; }
a { background-color: rgb(193,175,194); }
div.DivClassName
{
background-color: #C1AFC2;
}
.BgClassName
{
background-color: #C1AFC2;
}
</style>
border-color css
<style>
span { border-color: #C1AFC2; }
span { border-color: rgb(193,175,194); }
td.TdClassName
{
border-color: #C1AFC2;
}
.TagClassName
{
border-color: #C1AFC2;
}
</style>