Shades of Lola #C4AFC8
Tints of Lola #C4AFC8
RGB
CMYK
RGB Variations
Color information
#C4AFC8 (or 0xC4AFC8) is known color: Lola. HEX triplet: C4, AF and C8. RGB value is (196,175,200). Sum of RGB (Red+Green+Blue) = 196+175+200=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 200 - color contains mainly: blue. Hex color #C4AFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFC8 is #3B5037. Grayscale: #B8B8B8. Windows color (decimal): -3887160 or 13152196. OLE color: 13152196.
HSL color Cylindrical-coordinate representation of color #C4AFC8: hue angle of 290.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4AFC8 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 175 | 200 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.22 |
| HSL | 290.4º | 0.19% | 0.74% | - |
| HSV(B) | 290.4º | 0.13% | 0.78% | - |
| XYZ | 48.52 | 46.57 | 61.07 | - |
| YUV | 184.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 200 | 0.02 | 0.12 | 0 | 0.22 | 290.4 | 0.19 | 0.74 |
| Hex | C4 | AF | C8 | 2 | C | 0 | 16 | 122 | 13 | 4A |
| Octal | 304 | 257 | 310 | 2 | 14 | 0 | 26 | 442 | 23 | 112 |
| Binary | 11000100 | 10101111 | 11001000 | 10 | 1100 | 0 | 10110 | 100100010 | 10011 | 1001010 |
Color Harmonies of #C4AFC8
Complementary color
Monochromatic Colors of #C4AFC8
Black with #C4AFC8
Text Example
Text Example
White with #C4AFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AFC8; }
p { color: rgb(196,175,200); }
H1.HeaderClassName
{
color: #C4AFC8;
}
.AnyTagClassName
{
color: #C4AFC8;
}
</style>
background-color css
<style>
a { background-color: #C4AFC8; }
a { background-color: rgb(196,175,200); }
div.DivClassName
{
background-color: #C4AFC8;
}
.BgClassName
{
background-color: #C4AFC8;
}
</style>
border-color css
<style>
span { border-color: #C4AFC8; }
span { border-color: rgb(196,175,200); }
td.TdClassName
{
border-color: #C4AFC8;
}
.TagClassName
{
border-color: #C4AFC8;
}
</style>