Shades of Moon Raker #C0B7CE
Tints of Moon Raker #C0B7CE
RGB
CMYK
RGB Variations
Color information
#C0B7CE (or 0xC0B7CE) is known color: Moon Raker. HEX triplet: C0, B7 and CE. RGB value is (192,183,206). Sum of RGB (Red+Green+Blue) = 192+183+206=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0B7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B7CE is #3F4831. Grayscale: #BCBCBC. Windows color (decimal): -4147250 or 13547456. OLE color: 13547456.
HSL color Cylindrical-coordinate representation of color #C0B7CE: hue angle of 263.48º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0B7CE is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 183 | 206 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.19 |
| HSL | 263.48º | 0.19% | 0.76% | - |
| HSV(B) | 263.48º | 0.11% | 0.81% | - |
| XYZ | 49.81 | 49.53 | 65.33 | - |
| YUV | 188.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 206 | 0.07 | 0.11 | 0 | 0.19 | 263.48 | 0.19 | 0.76 |
| Hex | C0 | B7 | CE | 7 | B | 0 | 13 | 107 | 13 | 4C |
| Octal | 300 | 267 | 316 | 7 | 13 | 0 | 23 | 407 | 23 | 114 |
| Binary | 11000000 | 10110111 | 11001110 | 111 | 1011 | 0 | 10011 | 100000111 | 10011 | 1001100 |
Color Harmonies of #C0B7CE
Complementary color
Monochromatic Colors of #C0B7CE
Black with #C0B7CE
Text Example
Text Example
White with #C0B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B7CE; }
p { color: rgb(192,183,206); }
H1.HeaderClassName
{
color: #C0B7CE;
}
.AnyTagClassName
{
color: #C0B7CE;
}
</style>
background-color css
<style>
a { background-color: #C0B7CE; }
a { background-color: rgb(192,183,206); }
div.DivClassName
{
background-color: #C0B7CE;
}
.BgClassName
{
background-color: #C0B7CE;
}
</style>
border-color css
<style>
span { border-color: #C0B7CE; }
span { border-color: rgb(192,183,206); }
td.TdClassName
{
border-color: #C0B7CE;
}
.TagClassName
{
border-color: #C0B7CE;
}
</style>