Shades of Lola #C2AFC7
Tints of Lola #C2AFC7
RGB
CMYK
RGB Variations
Color information
#C2AFC7 (or 0xC2AFC7) is known color: Lola. HEX triplet: C2, AF and C7. RGB value is (194,175,199). Sum of RGB (Red+Green+Blue) = 194+175+199=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 199 - color contains mainly: blue. Hex color #C2AFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFC7 is #3D5038. Grayscale: #B7B7B7. Windows color (decimal): -4018233 or 13086658. OLE color: 13086658.
HSL color Cylindrical-coordinate representation of color #C2AFC7: hue angle of 287.5º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2AFC7 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 194 | 175 | 199 | - |
CMYK | 0.03 | 0.12 | 0 | 0.22 |
HSL | 287.5º | 0.18% | 0.73% | - |
HSV(B) | 287.5º | 0.12% | 0.78% | - |
XYZ | 47.89 | 46.25 | 60.44 | - |
YUV | 183.42 | 136.79 | 135.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 175 | 199 | 0.03 | 0.12 | 0 | 0.22 | 287.5 | 0.18 | 0.73 |
Hex | C2 | AF | C7 | 3 | C | 0 | 16 | 120 | 12 | 49 |
Octal | 302 | 257 | 307 | 3 | 14 | 0 | 26 | 440 | 22 | 111 |
Binary | 11000010 | 10101111 | 11000111 | 11 | 1100 | 0 | 10110 | 100100000 | 10010 | 1001001 |
Color Harmonies of #C2AFC7
Complementary color
Monochromatic Colors of #C2AFC7
Black with #C2AFC7
Text Example
Text Example
White with #C2AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFC7; }
p { color: rgb(194,175,199); }
H1.HeaderClassName
{
color: #C2AFC7;
}
.AnyTagClassName
{
color: #C2AFC7;
}
</style>
background-color css
<style>
a { background-color: #C2AFC7; }
a { background-color: rgb(194,175,199); }
div.DivClassName
{
background-color: #C2AFC7;
}
.BgClassName
{
background-color: #C2AFC7;
}
</style>
border-color css
<style>
span { border-color: #C2AFC7; }
span { border-color: rgb(194,175,199); }
td.TdClassName
{
border-color: #C2AFC7;
}
.TagClassName
{
border-color: #C2AFC7;
}
</style>