Shades of Lola #C0A9C4
Tints of Lola #C0A9C4
RGB
CMYK
RGB Variations
Color information
#C0A9C4 (or 0xC0A9C4) is known color: Lola. HEX triplet: C0, A9 and C4. RGB value is (192,169,196). Sum of RGB (Red+Green+Blue) = 192+169+196=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 196 - color contains mainly: blue. Hex color #C0A9C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A9C4 is #3F563B. Grayscale: #B2B2B2. Windows color (decimal): -4150844 or 12888512. OLE color: 12888512.
HSL color Cylindrical-coordinate representation of color #C0A9C4: hue angle of 291.11º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0A9C4 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 169 | 196 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.23 |
| HSL | 291.11º | 0.19% | 0.72% | - |
| HSV(B) | 291.11º | 0.14% | 0.77% | - |
| XYZ | 45.89 | 43.57 | 58.22 | - |
| YUV | 178.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 196 | 0.02 | 0.14 | 0 | 0.23 | 291.11 | 0.19 | 0.72 |
| Hex | C0 | A9 | C4 | 2 | E | 0 | 17 | 123 | 13 | 48 |
| Octal | 300 | 251 | 304 | 2 | 16 | 0 | 27 | 443 | 23 | 110 |
| Binary | 11000000 | 10101001 | 11000100 | 10 | 1110 | 0 | 10111 | 100100011 | 10011 | 1001000 |
Color Harmonies of #C0A9C4
Complementary color
Monochromatic Colors of #C0A9C4
Black with #C0A9C4
Text Example
Text Example
White with #C0A9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A9C4; }
p { color: rgb(192,169,196); }
H1.HeaderClassName
{
color: #C0A9C4;
}
.AnyTagClassName
{
color: #C0A9C4;
}
</style>
background-color css
<style>
a { background-color: #C0A9C4; }
a { background-color: rgb(192,169,196); }
div.DivClassName
{
background-color: #C0A9C4;
}
.BgClassName
{
background-color: #C0A9C4;
}
</style>
border-color css
<style>
span { border-color: #C0A9C4; }
span { border-color: rgb(192,169,196); }
td.TdClassName
{
border-color: #C0A9C4;
}
.TagClassName
{
border-color: #C0A9C4;
}
</style>