Shades of Moon Raker #C0AFE0
Tints of Moon Raker #C0AFE0
RGB
CMYK
RGB Variations
Color information
#C0AFE0 (or 0xC0AFE0) is known color: Moon Raker. HEX triplet: C0, AF and E0. RGB value is (192,175,224). Sum of RGB (Red+Green+Blue) = 192+175+224=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #C0AFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFE0 is #3F501F. Grayscale: #B9B9B9. Windows color (decimal): -4149280 or 14725056. OLE color: 14725056.
HSL color Cylindrical-coordinate representation of color #C0AFE0: hue angle of 260.82º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0AFE0 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 175 | 224 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.12 |
| HSL | 260.82º | 0.44% | 0.78% | - |
| HSV(B) | 260.82º | 0.22% | 0.88% | - |
| XYZ | 50.52 | 47.25 | 76.98 | - |
| YUV | 185.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 224 | 0.14 | 0.22 | 0 | 0.12 | 260.82 | 0.44 | 0.78 |
| Hex | C0 | AF | E0 | E | 16 | 0 | C | 105 | 2C | 4E |
| Octal | 300 | 257 | 340 | 16 | 26 | 0 | 14 | 405 | 54 | 116 |
| Binary | 11000000 | 10101111 | 11100000 | 1110 | 10110 | 0 | 1100 | 100000101 | 101100 | 1001110 |
Color Harmonies of #C0AFE0
Complementary color
Monochromatic Colors of #C0AFE0
Black with #C0AFE0
Text Example
Text Example
White with #C0AFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFE0; }
p { color: rgb(192,175,224); }
H1.HeaderClassName
{
color: #C0AFE0;
}
.AnyTagClassName
{
color: #C0AFE0;
}
</style>
background-color css
<style>
a { background-color: #C0AFE0; }
a { background-color: rgb(192,175,224); }
div.DivClassName
{
background-color: #C0AFE0;
}
.BgClassName
{
background-color: #C0AFE0;
}
</style>
border-color css
<style>
span { border-color: #C0AFE0; }
span { border-color: rgb(192,175,224); }
td.TdClassName
{
border-color: #C0AFE0;
}
.TagClassName
{
border-color: #C0AFE0;
}
</style>