Shades of Lola #C2AAC8
Tints of Lola #C2AAC8
RGB
CMYK
RGB Variations
Color information
#C2AAC8 (or 0xC2AAC8) is known color: Lola. HEX triplet: C2, AA and C8. RGB value is (194,170,200). Sum of RGB (Red+Green+Blue) = 194+170+200=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 200 - color contains mainly: blue. Hex color #C2AAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AAC8 is #3D5537. Grayscale: #B4B4B4. Windows color (decimal): -4019512 or 13150914. OLE color: 13150914.
HSL color Cylindrical-coordinate representation of color #C2AAC8: hue angle of 288º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2AAC8 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 170 | 200 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.22 |
| HSL | 288º | 0.21% | 0.73% | - |
| HSV(B) | 288º | 0.15% | 0.78% | - |
| XYZ | 47.05 | 44.39 | 60.73 | - |
| YUV | 180.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 200 | 0.03 | 0.15 | 0 | 0.22 | 288 | 0.21 | 0.73 |
| Hex | C2 | AA | C8 | 3 | F | 0 | 16 | 120 | 15 | 49 |
| Octal | 302 | 252 | 310 | 3 | 17 | 0 | 26 | 440 | 25 | 111 |
| Binary | 11000010 | 10101010 | 11001000 | 11 | 1111 | 0 | 10110 | 100100000 | 10101 | 1001001 |
Color Harmonies of #C2AAC8
Complementary color
Monochromatic Colors of #C2AAC8
Black with #C2AAC8
Text Example
Text Example
White with #C2AAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AAC8; }
p { color: rgb(194,170,200); }
H1.HeaderClassName
{
color: #C2AAC8;
}
.AnyTagClassName
{
color: #C2AAC8;
}
</style>
background-color css
<style>
a { background-color: #C2AAC8; }
a { background-color: rgb(194,170,200); }
div.DivClassName
{
background-color: #C2AAC8;
}
.BgClassName
{
background-color: #C2AAC8;
}
</style>
border-color css
<style>
span { border-color: #C2AAC8; }
span { border-color: rgb(194,170,200); }
td.TdClassName
{
border-color: #C2AAC8;
}
.TagClassName
{
border-color: #C2AAC8;
}
</style>