Shades of Moon Raker #C0AFD9
Tints of Moon Raker #C0AFD9
RGB
CMYK
RGB Variations
Color information
#C0AFD9 (or 0xC0AFD9) is known color: Moon Raker. HEX triplet: C0, AF and D9. RGB value is (192,175,217). Sum of RGB (Red+Green+Blue) = 192+175+217=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 217 - color contains mainly: blue. Hex color #C0AFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFD9 is #3F5026. Grayscale: #B8B8B8. Windows color (decimal): -4149287 or 14266304. OLE color: 14266304.
HSL color Cylindrical-coordinate representation of color #C0AFD9: hue angle of 264.29º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0AFD9 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 175 | 217 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.15 |
| HSL | 264.29º | 0.36% | 0.77% | - |
| HSV(B) | 264.29º | 0.19% | 0.85% | - |
| XYZ | 49.59 | 46.88 | 72.08 | - |
| YUV | 184.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 217 | 0.12 | 0.19 | 0 | 0.15 | 264.29 | 0.36 | 0.77 |
| Hex | C0 | AF | D9 | C | 13 | 0 | F | 108 | 24 | 4D |
| Octal | 300 | 257 | 331 | 14 | 23 | 0 | 17 | 410 | 44 | 115 |
| Binary | 11000000 | 10101111 | 11011001 | 1100 | 10011 | 0 | 1111 | 100001000 | 100100 | 1001101 |
Color Harmonies of #C0AFD9
Complementary color
Monochromatic Colors of #C0AFD9
Black with #C0AFD9
Text Example
Text Example
White with #C0AFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFD9; }
p { color: rgb(192,175,217); }
H1.HeaderClassName
{
color: #C0AFD9;
}
.AnyTagClassName
{
color: #C0AFD9;
}
</style>
background-color css
<style>
a { background-color: #C0AFD9; }
a { background-color: rgb(192,175,217); }
div.DivClassName
{
background-color: #C0AFD9;
}
.BgClassName
{
background-color: #C0AFD9;
}
</style>
border-color css
<style>
span { border-color: #C0AFD9; }
span { border-color: rgb(192,175,217); }
td.TdClassName
{
border-color: #C0AFD9;
}
.TagClassName
{
border-color: #C0AFD9;
}
</style>