Shades of Moon Raker #C0B7CD
Tints of Moon Raker #C0B7CD
RGB
CMYK
RGB Variations
Color information
#C0B7CD (or 0xC0B7CD) is known color: Moon Raker. HEX triplet: C0, B7 and CD. RGB value is (192,183,205). Sum of RGB (Red+Green+Blue) = 192+183+205=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0B7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B7CD is #3F4832. Grayscale: #BCBCBC. Windows color (decimal): -4147251 or 13481920. OLE color: 13481920.
HSL color Cylindrical-coordinate representation of color #C0B7CD: hue angle of 264.55º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0B7CD is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 183 | 205 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.20 |
| HSL | 264.55º | 0.18% | 0.76% | - |
| HSV(B) | 264.55º | 0.11% | 0.8% | - |
| XYZ | 49.69 | 49.48 | 64.69 | - |
| YUV | 188.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 205 | 0.06 | 0.11 | 0 | 0.20 | 264.55 | 0.18 | 0.76 |
| Hex | C0 | B7 | CD | 6 | B | 0 | 14 | 109 | 12 | 4C |
| Octal | 300 | 267 | 315 | 6 | 13 | 0 | 24 | 411 | 22 | 114 |
| Binary | 11000000 | 10110111 | 11001101 | 110 | 1011 | 0 | 10100 | 100001001 | 10010 | 1001100 |
Color Harmonies of #C0B7CD
Complementary color
Monochromatic Colors of #C0B7CD
Black with #C0B7CD
Text Example
Text Example
White with #C0B7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B7CD; }
p { color: rgb(192,183,205); }
H1.HeaderClassName
{
color: #C0B7CD;
}
.AnyTagClassName
{
color: #C0B7CD;
}
</style>
background-color css
<style>
a { background-color: #C0B7CD; }
a { background-color: rgb(192,183,205); }
div.DivClassName
{
background-color: #C0B7CD;
}
.BgClassName
{
background-color: #C0B7CD;
}
</style>
border-color css
<style>
span { border-color: #C0B7CD; }
span { border-color: rgb(192,183,205); }
td.TdClassName
{
border-color: #C0B7CD;
}
.TagClassName
{
border-color: #C0B7CD;
}
</style>