Shades of Moon Raker #C0B9CE
Tints of Moon Raker #C0B9CE
RGB
CMYK
RGB Variations
Color information
#C0B9CE (or 0xC0B9CE) is known color: Moon Raker. HEX triplet: C0, B9 and CE. RGB value is (192,185,206). Sum of RGB (Red+Green+Blue) = 192+185+206=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0B9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B9CE is #3F4631. Grayscale: #BDBDBD. Windows color (decimal): -4146738 or 13547968. OLE color: 13547968.
HSL color Cylindrical-coordinate representation of color #C0B9CE: hue angle of 260º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0B9CE is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 185 | 206 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.19 |
| HSL | 260º | 0.18% | 0.77% | - |
| HSV(B) | 260º | 0.1% | 0.81% | - |
| XYZ | 50.23 | 50.36 | 65.47 | - |
| YUV | 189.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 206 | 0.07 | 0.10 | 0 | 0.19 | 260 | 0.18 | 0.77 |
| Hex | C0 | B9 | CE | 7 | A | 0 | 13 | 104 | 12 | 4D |
| Octal | 300 | 271 | 316 | 7 | 12 | 0 | 23 | 404 | 22 | 115 |
| Binary | 11000000 | 10111001 | 11001110 | 111 | 1010 | 0 | 10011 | 100000100 | 10010 | 1001101 |
Color Harmonies of #C0B9CE
Complementary color
Monochromatic Colors of #C0B9CE
Black with #C0B9CE
Text Example
Text Example
White with #C0B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B9CE; }
p { color: rgb(192,185,206); }
H1.HeaderClassName
{
color: #C0B9CE;
}
.AnyTagClassName
{
color: #C0B9CE;
}
</style>
background-color css
<style>
a { background-color: #C0B9CE; }
a { background-color: rgb(192,185,206); }
div.DivClassName
{
background-color: #C0B9CE;
}
.BgClassName
{
background-color: #C0B9CE;
}
</style>
border-color css
<style>
span { border-color: #C0B9CE; }
span { border-color: rgb(192,185,206); }
td.TdClassName
{
border-color: #C0B9CE;
}
.TagClassName
{
border-color: #C0B9CE;
}
</style>