Shades of Lola #C0ACC5
Tints of Lola #C0ACC5
RGB
CMYK
RGB Variations
Color information
#C0ACC5 (or 0xC0ACC5) is known color: Lola. HEX triplet: C0, AC and C5. RGB value is (192,172,197). Sum of RGB (Red+Green+Blue) = 192+172+197=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 197 - color contains mainly: blue. Hex color #C0ACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACC5 is #3F533A. Grayscale: #B4B4B4. Windows color (decimal): -4150075 or 12954816. OLE color: 12954816.
HSL color Cylindrical-coordinate representation of color #C0ACC5: hue angle of 288º 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 #C0ACC5 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 192 | 172 | 197 | - |
CMYK | 0.03 | 0.13 | 0 | 0.23 |
HSL | 288º | 0.18% | 0.72% | - |
HSV(B) | 288º | 0.13% | 0.77% | - |
XYZ | 46.57 | 44.74 | 59.01 | - |
YUV | 180.83 | 137.13 | 135.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 172 | 197 | 0.03 | 0.13 | 0 | 0.23 | 288 | 0.18 | 0.72 |
Hex | C0 | AC | C5 | 3 | D | 0 | 17 | 120 | 12 | 48 |
Octal | 300 | 254 | 305 | 3 | 15 | 0 | 27 | 440 | 22 | 110 |
Binary | 11000000 | 10101100 | 11000101 | 11 | 1101 | 0 | 10111 | 100100000 | 10010 | 1001000 |
Color Harmonies of #C0ACC5
Complementary color
Monochromatic Colors of #C0ACC5
Black with #C0ACC5
Text Example
Text Example
White with #C0ACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ACC5; }
p { color: rgb(192,172,197); }
H1.HeaderClassName
{
color: #C0ACC5;
}
.AnyTagClassName
{
color: #C0ACC5;
}
</style>
background-color css
<style>
a { background-color: #C0ACC5; }
a { background-color: rgb(192,172,197); }
div.DivClassName
{
background-color: #C0ACC5;
}
.BgClassName
{
background-color: #C0ACC5;
}
</style>
border-color css
<style>
span { border-color: #C0ACC5; }
span { border-color: rgb(192,172,197); }
td.TdClassName
{
border-color: #C0ACC5;
}
.TagClassName
{
border-color: #C0ACC5;
}
</style>