Shades of Moon Raker #C0ACE1
Tints of Moon Raker #C0ACE1
RGB
CMYK
RGB Variations
Color information
#C0ACE1 (or 0xC0ACE1) is known color: Moon Raker. HEX triplet: C0, AC and E1. RGB value is (192,172,225). Sum of RGB (Red+Green+Blue) = 192+172+225=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #C0ACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACE1 is #3F531E. Grayscale: #B7B7B7. Windows color (decimal): -4150047 or 14789824. OLE color: 14789824.
HSL color Cylindrical-coordinate representation of color #C0ACE1: hue angle of 262.64º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0ACE1 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 172 | 225 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.12 |
| HSL | 262.64º | 0.47% | 0.78% | - |
| HSV(B) | 262.64º | 0.24% | 0.88% | - |
| XYZ | 50.08 | 46.15 | 77.5 | - |
| YUV | 184.02 | 151.13 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 225 | 0.15 | 0.24 | 0 | 0.12 | 262.64 | 0.47 | 0.78 |
| Hex | C0 | AC | E1 | F | 18 | 0 | C | 107 | 2F | 4E |
| Octal | 300 | 254 | 341 | 17 | 30 | 0 | 14 | 407 | 57 | 116 |
| Binary | 11000000 | 10101100 | 11100001 | 1111 | 11000 | 0 | 1100 | 100000111 | 101111 | 1001110 |
Color Harmonies of #C0ACE1
Complementary color
Monochromatic Colors of #C0ACE1
Black with #C0ACE1
Text Example
Text Example
White with #C0ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ACE1; }
p { color: rgb(192,172,225); }
H1.HeaderClassName
{
color: #C0ACE1;
}
.AnyTagClassName
{
color: #C0ACE1;
}
</style>
background-color css
<style>
a { background-color: #C0ACE1; }
a { background-color: rgb(192,172,225); }
div.DivClassName
{
background-color: #C0ACE1;
}
.BgClassName
{
background-color: #C0ACE1;
}
</style>
border-color css
<style>
span { border-color: #C0ACE1; }
span { border-color: rgb(192,172,225); }
td.TdClassName
{
border-color: #C0ACE1;
}
.TagClassName
{
border-color: #C0ACE1;
}
</style>