Shades of Moon Raker #C0B0D8
Tints of Moon Raker #C0B0D8
RGB
CMYK
RGB Variations
Color information
#C0B0D8 (or 0xC0B0D8) is known color: Moon Raker. HEX triplet: C0, B0 and D8. RGB value is (192,176,216). Sum of RGB (Red+Green+Blue) = 192+176+216=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #C0B0D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B0D8 is #3F4F27. Grayscale: #B9B9B9. Windows color (decimal): -4149032 or 14201024. OLE color: 14201024.
HSL color Cylindrical-coordinate representation of color #C0B0D8: hue angle of 264º degrees, saturation: 0.34, 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 #C0B0D8 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 176 | 216 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.15 |
| HSL | 264º | 0.34% | 0.77% | - |
| HSV(B) | 264º | 0.19% | 0.85% | - |
| XYZ | 49.66 | 47.22 | 71.46 | - |
| YUV | 185.34 | 145.3 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 216 | 0.11 | 0.19 | 0 | 0.15 | 264 | 0.34 | 0.77 |
| Hex | C0 | B0 | D8 | B | 13 | 0 | F | 108 | 22 | 4D |
| Octal | 300 | 260 | 330 | 13 | 23 | 0 | 17 | 410 | 42 | 115 |
| Binary | 11000000 | 10110000 | 11011000 | 1011 | 10011 | 0 | 1111 | 100001000 | 100010 | 1001101 |
Color Harmonies of #C0B0D8
Complementary color
Monochromatic Colors of #C0B0D8
Black with #C0B0D8
Text Example
Text Example
White with #C0B0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B0D8; }
p { color: rgb(192,176,216); }
H1.HeaderClassName
{
color: #C0B0D8;
}
.AnyTagClassName
{
color: #C0B0D8;
}
</style>
background-color css
<style>
a { background-color: #C0B0D8; }
a { background-color: rgb(192,176,216); }
div.DivClassName
{
background-color: #C0B0D8;
}
.BgClassName
{
background-color: #C0B0D8;
}
</style>
border-color css
<style>
span { border-color: #C0B0D8; }
span { border-color: rgb(192,176,216); }
td.TdClassName
{
border-color: #C0B0D8;
}
.TagClassName
{
border-color: #C0B0D8;
}
</style>