Shades of Moon Raker #C6C0CF
Tints of Moon Raker #C6C0CF
RGB
CMYK
RGB Variations
Color information
#C6C0CF (or 0xC6C0CF) is known color: Moon Raker. HEX triplet: C6, C0 and CF. RGB value is (198,192,207). Sum of RGB (Red+Green+Blue) = 198+192+207=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6C0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C0CF is #393F30. Grayscale: #C3C3C3. Windows color (decimal): -3751729 or 13615302. OLE color: 13615302.
HSL color Cylindrical-coordinate representation of color #C6C0CF: hue angle of 264º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6C0CF is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 192 | 207 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.19 |
| HSL | 264º | 0.14% | 0.78% | - |
| HSV(B) | 264º | 0.07% | 0.81% | - |
| XYZ | 53.4 | 54.21 | 66.68 | - |
| YUV | 195.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 207 | 0.04 | 0.07 | 0 | 0.19 | 264 | 0.14 | 0.78 |
| Hex | C6 | C0 | CF | 4 | 7 | 0 | 13 | 108 | E | 4E |
| Octal | 306 | 300 | 317 | 4 | 7 | 0 | 23 | 410 | 16 | 116 |
| Binary | 11000110 | 11000000 | 11001111 | 100 | 111 | 0 | 10011 | 100001000 | 1110 | 1001110 |
Color Harmonies of #C6C0CF
Complementary color
Monochromatic Colors of #C6C0CF
Black with #C6C0CF
Text Example
Text Example
White with #C6C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C0CF; }
p { color: rgb(198,192,207); }
H1.HeaderClassName
{
color: #C6C0CF;
}
.AnyTagClassName
{
color: #C6C0CF;
}
</style>
background-color css
<style>
a { background-color: #C6C0CF; }
a { background-color: rgb(198,192,207); }
div.DivClassName
{
background-color: #C6C0CF;
}
.BgClassName
{
background-color: #C6C0CF;
}
</style>
border-color css
<style>
span { border-color: #C6C0CF; }
span { border-color: rgb(198,192,207); }
td.TdClassName
{
border-color: #C6C0CF;
}
.TagClassName
{
border-color: #C6C0CF;
}
</style>