Shades of Moon Raker #C0B0DB
Tints of Moon Raker #C0B0DB
RGB
CMYK
RGB Variations
Color information
#C0B0DB (or 0xC0B0DB) is known color: Moon Raker. HEX triplet: C0, B0 and DB. RGB value is (192,176,219). Sum of RGB (Red+Green+Blue) = 192+176+219=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B0DB is #3F4F24. Grayscale: #B9B9B9. Windows color (decimal): -4149029 or 14397632. OLE color: 14397632.
HSL color Cylindrical-coordinate representation of color #C0B0DB: hue angle of 262.33º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0B0DB is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 176 | 219 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.14 |
| HSL | 262.33º | 0.37% | 0.77% | - |
| HSV(B) | 262.33º | 0.2% | 0.86% | - |
| XYZ | 50.05 | 47.37 | 73.52 | - |
| YUV | 185.69 | 146.8 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 219 | 0.12 | 0.20 | 0 | 0.14 | 262.33 | 0.37 | 0.77 |
| Hex | C0 | B0 | DB | C | 14 | 0 | E | 106 | 25 | 4D |
| Octal | 300 | 260 | 333 | 14 | 24 | 0 | 16 | 406 | 45 | 115 |
| Binary | 11000000 | 10110000 | 11011011 | 1100 | 10100 | 0 | 1110 | 100000110 | 100101 | 1001101 |
Color Harmonies of #C0B0DB
Complementary color
Monochromatic Colors of #C0B0DB
Black with #C0B0DB
Text Example
Text Example
White with #C0B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B0DB; }
p { color: rgb(192,176,219); }
H1.HeaderClassName
{
color: #C0B0DB;
}
.AnyTagClassName
{
color: #C0B0DB;
}
</style>
background-color css
<style>
a { background-color: #C0B0DB; }
a { background-color: rgb(192,176,219); }
div.DivClassName
{
background-color: #C0B0DB;
}
.BgClassName
{
background-color: #C0B0DB;
}
</style>
border-color css
<style>
span { border-color: #C0B0DB; }
span { border-color: rgb(192,176,219); }
td.TdClassName
{
border-color: #C0B0DB;
}
.TagClassName
{
border-color: #C0B0DB;
}
</style>