Shades of Lola #C2A9C7
Tints of Lola #C2A9C7
RGB
CMYK
RGB Variations
Color information
#C2A9C7 (or 0xC2A9C7) is known color: Lola. HEX triplet: C2, A9 and C7. RGB value is (194,169,199). Sum of RGB (Red+Green+Blue) = 194+169+199=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 199 - color contains mainly: blue. Hex color #C2A9C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A9C7 is #3D5638. Grayscale: #B3B3B3. Windows color (decimal): -4019769 or 13085122. OLE color: 13085122.
HSL color Cylindrical-coordinate representation of color #C2A9C7: hue angle of 290º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2A9C7 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 169 | 199 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.22 |
| HSL | 290º | 0.21% | 0.72% | - |
| HSV(B) | 290º | 0.15% | 0.78% | - |
| XYZ | 46.74 | 43.97 | 60.06 | - |
| YUV | 179.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 199 | 0.03 | 0.15 | 0 | 0.22 | 290 | 0.21 | 0.72 |
| Hex | C2 | A9 | C7 | 3 | F | 0 | 16 | 122 | 15 | 48 |
| Octal | 302 | 251 | 307 | 3 | 17 | 0 | 26 | 442 | 25 | 110 |
| Binary | 11000010 | 10101001 | 11000111 | 11 | 1111 | 0 | 10110 | 100100010 | 10101 | 1001000 |
Color Harmonies of #C2A9C7
Complementary color
Monochromatic Colors of #C2A9C7
Black with #C2A9C7
Text Example
Text Example
White with #C2A9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A9C7; }
p { color: rgb(194,169,199); }
H1.HeaderClassName
{
color: #C2A9C7;
}
.AnyTagClassName
{
color: #C2A9C7;
}
</style>
background-color css
<style>
a { background-color: #C2A9C7; }
a { background-color: rgb(194,169,199); }
div.DivClassName
{
background-color: #C2A9C7;
}
.BgClassName
{
background-color: #C2A9C7;
}
</style>
border-color css
<style>
span { border-color: #C2A9C7; }
span { border-color: rgb(194,169,199); }
td.TdClassName
{
border-color: #C2A9C7;
}
.TagClassName
{
border-color: #C2A9C7;
}
</style>