Shades of Lola #C2A8C7
Tints of Lola #C2A8C7
RGB
CMYK
RGB Variations
Color information
#C2A8C7 (or 0xC2A8C7) is known color: Lola. HEX triplet: C2, A8 and C7. RGB value is (194,168,199). Sum of RGB (Red+Green+Blue) = 194+168+199=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 199 - color contains mainly: blue. Hex color #C2A8C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A8C7 is #3D5738. Grayscale: #B3B3B3. Windows color (decimal): -4020025 or 13084866. OLE color: 13084866.
HSL color Cylindrical-coordinate representation of color #C2A8C7: hue angle of 290.32º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2A8C7 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 168 | 199 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.22 |
| HSL | 290.32º | 0.22% | 0.72% | - |
| HSV(B) | 290.32º | 0.16% | 0.78% | - |
| XYZ | 46.56 | 43.6 | 59.99 | - |
| YUV | 179.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 199 | 0.03 | 0.16 | 0 | 0.22 | 290.32 | 0.22 | 0.72 |
| Hex | C2 | A8 | C7 | 3 | 10 | 0 | 16 | 122 | 16 | 48 |
| Octal | 302 | 250 | 307 | 3 | 20 | 0 | 26 | 442 | 26 | 110 |
| Binary | 11000010 | 10101000 | 11000111 | 11 | 10000 | 0 | 10110 | 100100010 | 10110 | 1001000 |
Color Harmonies of #C2A8C7
Complementary color
Monochromatic Colors of #C2A8C7
Black with #C2A8C7
Text Example
Text Example
White with #C2A8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A8C7; }
p { color: rgb(194,168,199); }
H1.HeaderClassName
{
color: #C2A8C7;
}
.AnyTagClassName
{
color: #C2A8C7;
}
</style>
background-color css
<style>
a { background-color: #C2A8C7; }
a { background-color: rgb(194,168,199); }
div.DivClassName
{
background-color: #C2A8C7;
}
.BgClassName
{
background-color: #C2A8C7;
}
</style>
border-color css
<style>
span { border-color: #C2A8C7; }
span { border-color: rgb(194,168,199); }
td.TdClassName
{
border-color: #C2A8C7;
}
.TagClassName
{
border-color: #C2A8C7;
}
</style>