Shades of Lola #C2AFC5
Tints of Lola #C2AFC5
RGB
CMYK
RGB Variations
Color information
#C2AFC5 (or 0xC2AFC5) is known color: Lola. HEX triplet: C2, AF and C5. RGB value is (194,175,197). Sum of RGB (Red+Green+Blue) = 194+175+197=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 197 - color contains mainly: blue. Hex color #C2AFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFC5 is #3D503A. Grayscale: #B7B7B7. Windows color (decimal): -4018235 or 12955586. OLE color: 12955586.
HSL color Cylindrical-coordinate representation of color #C2AFC5: hue angle of 291.82º 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 #C2AFC5 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 175 | 197 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.23 |
| HSL | 291.82º | 0.16% | 0.73% | - |
| HSV(B) | 291.82º | 0.11% | 0.77% | - |
| XYZ | 47.66 | 46.16 | 59.22 | - |
| YUV | 183.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 197 | 0.02 | 0.11 | 0 | 0.23 | 291.82 | 0.16 | 0.73 |
| Hex | C2 | AF | C5 | 2 | B | 0 | 17 | 124 | 10 | 49 |
| Octal | 302 | 257 | 305 | 2 | 13 | 0 | 27 | 444 | 20 | 111 |
| Binary | 11000010 | 10101111 | 11000101 | 10 | 1011 | 0 | 10111 | 100100100 | 10000 | 1001001 |
Color Harmonies of #C2AFC5
Complementary color
Monochromatic Colors of #C2AFC5
Black with #C2AFC5
Text Example
Text Example
White with #C2AFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFC5; }
p { color: rgb(194,175,197); }
H1.HeaderClassName
{
color: #C2AFC5;
}
.AnyTagClassName
{
color: #C2AFC5;
}
</style>
background-color css
<style>
a { background-color: #C2AFC5; }
a { background-color: rgb(194,175,197); }
div.DivClassName
{
background-color: #C2AFC5;
}
.BgClassName
{
background-color: #C2AFC5;
}
</style>
border-color css
<style>
span { border-color: #C2AFC5; }
span { border-color: rgb(194,175,197); }
td.TdClassName
{
border-color: #C2AFC5;
}
.TagClassName
{
border-color: #C2AFC5;
}
</style>