Shades of Lola #C0A8C5
Tints of Lola #C0A8C5
RGB
CMYK
RGB Variations
Color information
#C0A8C5 (or 0xC0A8C5) is known color: Lola. HEX triplet: C0, A8 and C5. RGB value is (192,168,197). Sum of RGB (Red+Green+Blue) = 192+168+197=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 197 - color contains mainly: blue. Hex color #C0A8C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A8C5 is #3F573A. Grayscale: #B2B2B2. Windows color (decimal): -4151099 or 12953792. OLE color: 12953792.
HSL color Cylindrical-coordinate representation of color #C0A8C5: hue angle of 289.66º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0A8C5 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 192 | 168 | 197 | - |
CMYK | 0.03 | 0.15 | 0 | 0.23 |
HSL | 289.66º | 0.2% | 0.72% | - |
HSV(B) | 289.66º | 0.15% | 0.77% | - |
XYZ | 45.82 | 43.24 | 58.76 | - |
YUV | 178.48 | 138.45 | 137.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 168 | 197 | 0.03 | 0.15 | 0 | 0.23 | 289.66 | 0.2 | 0.72 |
Hex | C0 | A8 | C5 | 3 | F | 0 | 17 | 122 | 14 | 48 |
Octal | 300 | 250 | 305 | 3 | 17 | 0 | 27 | 442 | 24 | 110 |
Binary | 11000000 | 10101000 | 11000101 | 11 | 1111 | 0 | 10111 | 100100010 | 10100 | 1001000 |
Color Harmonies of #C0A8C5
Complementary color
Monochromatic Colors of #C0A8C5
Black with #C0A8C5
Text Example
Text Example
White with #C0A8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A8C5; }
p { color: rgb(192,168,197); }
H1.HeaderClassName
{
color: #C0A8C5;
}
.AnyTagClassName
{
color: #C0A8C5;
}
</style>
background-color css
<style>
a { background-color: #C0A8C5; }
a { background-color: rgb(192,168,197); }
div.DivClassName
{
background-color: #C0A8C5;
}
.BgClassName
{
background-color: #C0A8C5;
}
</style>
border-color css
<style>
span { border-color: #C0A8C5; }
span { border-color: rgb(192,168,197); }
td.TdClassName
{
border-color: #C0A8C5;
}
.TagClassName
{
border-color: #C0A8C5;
}
</style>