Shades of Lola #C2ACC4
Tints of Lola #C2ACC4
RGB
CMYK
RGB Variations
Color information
#C2ACC4 (or 0xC2ACC4) is known color: Lola. HEX triplet: C2, AC and C4. RGB value is (194,172,196). Sum of RGB (Red+Green+Blue) = 194+172+196=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 196 - color contains mainly: blue. Hex color #C2ACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACC4 is #3D533B. Grayscale: #B5B5B5. Windows color (decimal): -4019004 or 12889282. OLE color: 12889282.
HSL color Cylindrical-coordinate representation of color #C2ACC4: hue angle of 295º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2ACC4 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 194 | 172 | 196 | - |
CMYK | 0.01 | 0.12 | 0 | 0.23 |
HSL | 295º | 0.17% | 0.72% | - |
HSV(B) | 295º | 0.12% | 0.77% | - |
XYZ | 46.96 | 44.96 | 58.43 | - |
YUV | 181.31 | 136.29 | 137.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 172 | 196 | 0.01 | 0.12 | 0 | 0.23 | 295 | 0.17 | 0.72 |
Hex | C2 | AC | C4 | 1 | C | 0 | 17 | 127 | 11 | 48 |
Octal | 302 | 254 | 304 | 1 | 14 | 0 | 27 | 447 | 21 | 110 |
Binary | 11000010 | 10101100 | 11000100 | 1 | 1100 | 0 | 10111 | 100100111 | 10001 | 1001000 |
Color Harmonies of #C2ACC4
Complementary color
Monochromatic Colors of #C2ACC4
Black with #C2ACC4
Text Example
Text Example
White with #C2ACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ACC4; }
p { color: rgb(194,172,196); }
H1.HeaderClassName
{
color: #C2ACC4;
}
.AnyTagClassName
{
color: #C2ACC4;
}
</style>
background-color css
<style>
a { background-color: #C2ACC4; }
a { background-color: rgb(194,172,196); }
div.DivClassName
{
background-color: #C2ACC4;
}
.BgClassName
{
background-color: #C2ACC4;
}
</style>
border-color css
<style>
span { border-color: #C2ACC4; }
span { border-color: rgb(194,172,196); }
td.TdClassName
{
border-color: #C2ACC4;
}
.TagClassName
{
border-color: #C2ACC4;
}
</style>