Shades of Moon Raker #C0BACC
Tints of Moon Raker #C0BACC
RGB
CMYK
RGB Variations
Color information
#C0BACC (or 0xC0BACC) is known color: Moon Raker. HEX triplet: C0, BA and CC. RGB value is (192,186,204). Sum of RGB (Red+Green+Blue) = 192+186+204=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 204 - color contains mainly: blue. Hex color #C0BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BACC is #3F4533. Grayscale: #BDBDBD. Windows color (decimal): -4146484 or 13417152. OLE color: 13417152.
HSL color Cylindrical-coordinate representation of color #C0BACC: hue angle of 260º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0BACC is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 186 | 204 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.2 |
| HSL | 260º | 0.15% | 0.76% | - |
| HSV(B) | 260º | 0.09% | 0.8% | - |
| XYZ | 50.2 | 50.68 | 64.26 | - |
| YUV | 189.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 204 | 0.06 | 0.09 | 0 | 0.2 | 260 | 0.15 | 0.76 |
| Hex | C0 | BA | CC | 6 | 9 | 0 | 14 | 104 | F | 4C |
| Octal | 300 | 272 | 314 | 6 | 11 | 0 | 24 | 404 | 17 | 114 |
| Binary | 11000000 | 10111010 | 11001100 | 110 | 1001 | 0 | 10100 | 100000100 | 1111 | 1001100 |
Color Harmonies of #C0BACC
Complementary color
Monochromatic Colors of #C0BACC
Black with #C0BACC
Text Example
Text Example
White with #C0BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BACC; }
p { color: rgb(192,186,204); }
H1.HeaderClassName
{
color: #C0BACC;
}
.AnyTagClassName
{
color: #C0BACC;
}
</style>
background-color css
<style>
a { background-color: #C0BACC; }
a { background-color: rgb(192,186,204); }
div.DivClassName
{
background-color: #C0BACC;
}
.BgClassName
{
background-color: #C0BACC;
}
</style>
border-color css
<style>
span { border-color: #C0BACC; }
span { border-color: rgb(192,186,204); }
td.TdClassName
{
border-color: #C0BACC;
}
.TagClassName
{
border-color: #C0BACC;
}
</style>