Shades of Lola #C1AFC5
Tints of Lola #C1AFC5
RGB
CMYK
RGB Variations
Color information
#C1AFC5 (or 0xC1AFC5) is known color: Lola. HEX triplet: C1, AF and C5. RGB value is (193,175,197). Sum of RGB (Red+Green+Blue) = 193+175+197=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 197 - color contains mainly: blue. Hex color #C1AFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFC5 is #3E503A. Grayscale: #B6B6B6. Windows color (decimal): -4083771 or 12955585. OLE color: 12955585.
HSL color Cylindrical-coordinate representation of color #C1AFC5: hue angle of 289.09º 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 #C1AFC5 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 175 | 197 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.23 |
| HSL | 289.09º | 0.16% | 0.73% | - |
| HSV(B) | 289.09º | 0.11% | 0.77% | - |
| XYZ | 47.4 | 46.03 | 59.21 | - |
| YUV | 182.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 197 | 0.02 | 0.11 | 0 | 0.23 | 289.09 | 0.16 | 0.73 |
| Hex | C1 | AF | C5 | 2 | B | 0 | 17 | 121 | 10 | 49 |
| Octal | 301 | 257 | 305 | 2 | 13 | 0 | 27 | 441 | 20 | 111 |
| Binary | 11000001 | 10101111 | 11000101 | 10 | 1011 | 0 | 10111 | 100100001 | 10000 | 1001001 |
Color Harmonies of #C1AFC5
Complementary color
Monochromatic Colors of #C1AFC5
Black with #C1AFC5
Text Example
Text Example
White with #C1AFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AFC5; }
p { color: rgb(193,175,197); }
H1.HeaderClassName
{
color: #C1AFC5;
}
.AnyTagClassName
{
color: #C1AFC5;
}
</style>
background-color css
<style>
a { background-color: #C1AFC5; }
a { background-color: rgb(193,175,197); }
div.DivClassName
{
background-color: #C1AFC5;
}
.BgClassName
{
background-color: #C1AFC5;
}
</style>
border-color css
<style>
span { border-color: #C1AFC5; }
span { border-color: rgb(193,175,197); }
td.TdClassName
{
border-color: #C1AFC5;
}
.TagClassName
{
border-color: #C1AFC5;
}
</style>