Shades of Lola #C3AAC9
Tints of Lola #C3AAC9
RGB
CMYK
RGB Variations
Color information
#C3AAC9 (or 0xC3AAC9) is known color: Lola. HEX triplet: C3, AA and C9. RGB value is (195,170,201). Sum of RGB (Red+Green+Blue) = 195+170+201=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 201 - color contains mainly: blue. Hex color #C3AAC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AAC9 is #3C5536. Grayscale: #B4B4B4. Windows color (decimal): -3953975 or 13216451. OLE color: 13216451.
HSL color Cylindrical-coordinate representation of color #C3AAC9: hue angle of 288.39º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3AAC9 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 170 | 201 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.21 |
| HSL | 288.39º | 0.22% | 0.73% | - |
| HSV(B) | 288.39º | 0.15% | 0.79% | - |
| XYZ | 47.42 | 44.57 | 61.36 | - |
| YUV | 181.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 201 | 0.03 | 0.15 | 0 | 0.21 | 288.39 | 0.22 | 0.73 |
| Hex | C3 | AA | C9 | 3 | F | 0 | 15 | 120 | 16 | 49 |
| Octal | 303 | 252 | 311 | 3 | 17 | 0 | 25 | 440 | 26 | 111 |
| Binary | 11000011 | 10101010 | 11001001 | 11 | 1111 | 0 | 10101 | 100100000 | 10110 | 1001001 |
Color Harmonies of #C3AAC9
Complementary color
Monochromatic Colors of #C3AAC9
Black with #C3AAC9
Text Example
Text Example
White with #C3AAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AAC9; }
p { color: rgb(195,170,201); }
H1.HeaderClassName
{
color: #C3AAC9;
}
.AnyTagClassName
{
color: #C3AAC9;
}
</style>
background-color css
<style>
a { background-color: #C3AAC9; }
a { background-color: rgb(195,170,201); }
div.DivClassName
{
background-color: #C3AAC9;
}
.BgClassName
{
background-color: #C3AAC9;
}
</style>
border-color css
<style>
span { border-color: #C3AAC9; }
span { border-color: rgb(195,170,201); }
td.TdClassName
{
border-color: #C3AAC9;
}
.TagClassName
{
border-color: #C3AAC9;
}
</style>