Shades of Lola #C2ACC5
Tints of Lola #C2ACC5
RGB
CMYK
RGB Variations
Color information
#C2ACC5 (or 0xC2ACC5) is known color: Lola. HEX triplet: C2, AC and C5. RGB value is (194,172,197). Sum of RGB (Red+Green+Blue) = 194+172+197=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 197 - color contains mainly: blue. Hex color #C2ACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACC5 is #3D533A. Grayscale: #B5B5B5. Windows color (decimal): -4019003 or 12954818. OLE color: 12954818.
HSL color Cylindrical-coordinate representation of color #C2ACC5: hue angle of 292.8º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2ACC5 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 172 | 197 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.23 |
| HSL | 292.8º | 0.18% | 0.72% | - |
| HSV(B) | 292.8º | 0.13% | 0.77% | - |
| XYZ | 47.08 | 45.01 | 59.03 | - |
| YUV | 181.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 197 | 0.02 | 0.13 | 0 | 0.23 | 292.8 | 0.18 | 0.72 |
| Hex | C2 | AC | C5 | 2 | D | 0 | 17 | 125 | 12 | 48 |
| Octal | 302 | 254 | 305 | 2 | 15 | 0 | 27 | 445 | 22 | 110 |
| Binary | 11000010 | 10101100 | 11000101 | 10 | 1101 | 0 | 10111 | 100100101 | 10010 | 1001000 |
Color Harmonies of #C2ACC5
Complementary color
Monochromatic Colors of #C2ACC5
Black with #C2ACC5
Text Example
Text Example
White with #C2ACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ACC5; }
p { color: rgb(194,172,197); }
H1.HeaderClassName
{
color: #C2ACC5;
}
.AnyTagClassName
{
color: #C2ACC5;
}
</style>
background-color css
<style>
a { background-color: #C2ACC5; }
a { background-color: rgb(194,172,197); }
div.DivClassName
{
background-color: #C2ACC5;
}
.BgClassName
{
background-color: #C2ACC5;
}
</style>
border-color css
<style>
span { border-color: #C2ACC5; }
span { border-color: rgb(194,172,197); }
td.TdClassName
{
border-color: #C2ACC5;
}
.TagClassName
{
border-color: #C2ACC5;
}
</style>