Shades of Lola #C2A6CA
Tints of Lola #C2A6CA
RGB
CMYK
RGB Variations
Color information
#C2A6CA (or 0xC2A6CA) is known color: Lola. HEX triplet: C2, A6 and CA. RGB value is (194,166,202). Sum of RGB (Red+Green+Blue) = 194+166+202=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2A6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A6CA is #3D5935. Grayscale: #B2B2B2. Windows color (decimal): -4020534 or 13280962. OLE color: 13280962.
HSL color Cylindrical-coordinate representation of color #C2A6CA: hue angle of 286.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2A6CA is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 166 | 202 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.21 |
| HSL | 286.67º | 0.25% | 0.72% | - |
| HSV(B) | 286.67º | 0.18% | 0.79% | - |
| XYZ | 46.55 | 43.01 | 61.72 | - |
| YUV | 178.48 | 141.28 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 202 | 0.04 | 0.18 | 0 | 0.21 | 286.67 | 0.25 | 0.72 |
| Hex | C2 | A6 | CA | 4 | 12 | 0 | 15 | 11F | 19 | 48 |
| Octal | 302 | 246 | 312 | 4 | 22 | 0 | 25 | 437 | 31 | 110 |
| Binary | 11000010 | 10100110 | 11001010 | 100 | 10010 | 0 | 10101 | 100011111 | 11001 | 1001000 |
Color Harmonies of #C2A6CA
Complementary color
Monochromatic Colors of #C2A6CA
Black with #C2A6CA
Text Example
Text Example
White with #C2A6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A6CA; }
p { color: rgb(194,166,202); }
H1.HeaderClassName
{
color: #C2A6CA;
}
.AnyTagClassName
{
color: #C2A6CA;
}
</style>
background-color css
<style>
a { background-color: #C2A6CA; }
a { background-color: rgb(194,166,202); }
div.DivClassName
{
background-color: #C2A6CA;
}
.BgClassName
{
background-color: #C2A6CA;
}
</style>
border-color css
<style>
span { border-color: #C2A6CA; }
span { border-color: rgb(194,166,202); }
td.TdClassName
{
border-color: #C2A6CA;
}
.TagClassName
{
border-color: #C2A6CA;
}
</style>