Shades of Lola #C0AFC0
Tints of Lola #C0AFC0
RGB
CMYK
RGB Variations
Color information
#C0AFC0 (or 0xC0AFC0) is known color: Lola. HEX triplet: C0, AF and C0. RGB value is (192,175,192). Sum of RGB (Red+Green+Blue) = 192+175+192=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C0AFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFC0 is #3F503F. Grayscale: #B5B5B5. Windows color (decimal): -4149312 or 12627904. OLE color: 12627904.
HSL color Cylindrical-coordinate representation of color #C0AFC0: hue angle of 300º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0AFC0 is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 175 | 192 | - |
CMYK | 0 | 0.09 | 0 | 0.25 |
HSL | 300º | 0.12% | 0.72% | - |
HSV(B) | 300º | 0.09% | 0.75% | - |
XYZ | 46.58 | 45.67 | 56.23 | - |
YUV | 182.02 | 133.63 | 135.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 175 | 192 | 0 | 0.09 | 0 | 0.25 | 300 | 0.12 | 0.72 |
Hex | C0 | AF | C0 | 0 | 9 | 0 | 19 | 12C | C | 48 |
Octal | 300 | 257 | 300 | 0 | 11 | 0 | 31 | 454 | 14 | 110 |
Binary | 11000000 | 10101111 | 11000000 | 0 | 1001 | 0 | 11001 | 100101100 | 1100 | 1001000 |
Color Harmonies of #C0AFC0
Complementary color
Monochromatic Colors of #C0AFC0
Black with #C0AFC0
Text Example
Text Example
White with #C0AFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFC0; }
p { color: rgb(192,175,192); }
H1.HeaderClassName
{
color: #C0AFC0;
}
.AnyTagClassName
{
color: #C0AFC0;
}
</style>
background-color css
<style>
a { background-color: #C0AFC0; }
a { background-color: rgb(192,175,192); }
div.DivClassName
{
background-color: #C0AFC0;
}
.BgClassName
{
background-color: #C0AFC0;
}
</style>
border-color css
<style>
span { border-color: #C0AFC0; }
span { border-color: rgb(192,175,192); }
td.TdClassName
{
border-color: #C0AFC0;
}
.TagClassName
{
border-color: #C0AFC0;
}
</style>