Shades of Lola #C2AFC6
Tints of Lola #C2AFC6
RGB
CMYK
RGB Variations
Color information
#C2AFC6 (or 0xC2AFC6) is known color: Lola. HEX triplet: C2, AF and C6. RGB value is (194,175,198). Sum of RGB (Red+Green+Blue) = 194+175+198=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 198 - color contains mainly: blue. Hex color #C2AFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFC6 is #3D5039. Grayscale: #B7B7B7. Windows color (decimal): -4018234 or 13021122. OLE color: 13021122.
HSL color Cylindrical-coordinate representation of color #C2AFC6: hue angle of 289.57º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2AFC6 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 175 | 198 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.22 |
| HSL | 289.57º | 0.17% | 0.73% | - |
| HSV(B) | 289.57º | 0.12% | 0.78% | - |
| XYZ | 47.77 | 46.21 | 59.83 | - |
| YUV | 183.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 198 | 0.02 | 0.12 | 0 | 0.22 | 289.57 | 0.17 | 0.73 |
| Hex | C2 | AF | C6 | 2 | C | 0 | 16 | 122 | 11 | 49 |
| Octal | 302 | 257 | 306 | 2 | 14 | 0 | 26 | 442 | 21 | 111 |
| Binary | 11000010 | 10101111 | 11000110 | 10 | 1100 | 0 | 10110 | 100100010 | 10001 | 1001001 |
Color Harmonies of #C2AFC6
Complementary color
Monochromatic Colors of #C2AFC6
Black with #C2AFC6
Text Example
Text Example
White with #C2AFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFC6; }
p { color: rgb(194,175,198); }
H1.HeaderClassName
{
color: #C2AFC6;
}
.AnyTagClassName
{
color: #C2AFC6;
}
</style>
background-color css
<style>
a { background-color: #C2AFC6; }
a { background-color: rgb(194,175,198); }
div.DivClassName
{
background-color: #C2AFC6;
}
.BgClassName
{
background-color: #C2AFC6;
}
</style>
border-color css
<style>
span { border-color: #C2AFC6; }
span { border-color: rgb(194,175,198); }
td.TdClassName
{
border-color: #C2AFC6;
}
.TagClassName
{
border-color: #C2AFC6;
}
</style>