Shades of Lola #C0AFC5
Tints of Lola #C0AFC5
RGB
CMYK
RGB Variations
Color information
#C0AFC5 (or 0xC0AFC5) is known color: Lola. HEX triplet: C0, AF and C5. RGB value is (192,175,197). Sum of RGB (Red+Green+Blue) = 192+175+197=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 197 - color contains mainly: blue. Hex color #C0AFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFC5 is #3F503A. Grayscale: #B6B6B6. Windows color (decimal): -4149307 or 12955584. OLE color: 12955584.
HSL color Cylindrical-coordinate representation of color #C0AFC5: hue angle of 286.36º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0AFC5 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 175 | 197 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.23 |
| HSL | 286.36º | 0.16% | 0.73% | - |
| HSV(B) | 286.36º | 0.11% | 0.77% | - |
| XYZ | 47.15 | 45.9 | 59.2 | - |
| YUV | 182.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 197 | 0.03 | 0.11 | 0 | 0.23 | 286.36 | 0.16 | 0.73 |
| Hex | C0 | AF | C5 | 3 | B | 0 | 17 | 11E | 10 | 49 |
| Octal | 300 | 257 | 305 | 3 | 13 | 0 | 27 | 436 | 20 | 111 |
| Binary | 11000000 | 10101111 | 11000101 | 11 | 1011 | 0 | 10111 | 100011110 | 10000 | 1001001 |
Color Harmonies of #C0AFC5
Complementary color
Monochromatic Colors of #C0AFC5
Black with #C0AFC5
Text Example
Text Example
White with #C0AFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFC5; }
p { color: rgb(192,175,197); }
H1.HeaderClassName
{
color: #C0AFC5;
}
.AnyTagClassName
{
color: #C0AFC5;
}
</style>
background-color css
<style>
a { background-color: #C0AFC5; }
a { background-color: rgb(192,175,197); }
div.DivClassName
{
background-color: #C0AFC5;
}
.BgClassName
{
background-color: #C0AFC5;
}
</style>
border-color css
<style>
span { border-color: #C0AFC5; }
span { border-color: rgb(192,175,197); }
td.TdClassName
{
border-color: #C0AFC5;
}
.TagClassName
{
border-color: #C0AFC5;
}
</style>