Shades of Moon Raker #C3BCD0
Tints of Moon Raker #C3BCD0
RGB
CMYK
RGB Variations
Color information
#C3BCD0 (or 0xC3BCD0) is known color: Moon Raker. HEX triplet: C3, BC and D0. RGB value is (195,188,208). Sum of RGB (Red+Green+Blue) = 195+188+208=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 208 - color contains mainly: blue. Hex color #C3BCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCD0 is #3C432F. Grayscale: #C0C0C0. Windows color (decimal): -3949360 or 13679811. OLE color: 13679811.
HSL color Cylindrical-coordinate representation of color #C3BCD0: hue angle of 261º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3BCD0 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 188 | 208 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.18 |
| HSL | 261º | 0.18% | 0.78% | - |
| HSV(B) | 261º | 0.1% | 0.82% | - |
| XYZ | 51.87 | 52.12 | 67 | - |
| YUV | 192.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 208 | 0.06 | 0.10 | 0 | 0.18 | 261 | 0.18 | 0.78 |
| Hex | C3 | BC | D0 | 6 | A | 0 | 12 | 105 | 12 | 4E |
| Octal | 303 | 274 | 320 | 6 | 12 | 0 | 22 | 405 | 22 | 116 |
| Binary | 11000011 | 10111100 | 11010000 | 110 | 1010 | 0 | 10010 | 100000101 | 10010 | 1001110 |
Color Harmonies of #C3BCD0
Complementary color
Monochromatic Colors of #C3BCD0
Black with #C3BCD0
Text Example
Text Example
White with #C3BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCD0; }
p { color: rgb(195,188,208); }
H1.HeaderClassName
{
color: #C3BCD0;
}
.AnyTagClassName
{
color: #C3BCD0;
}
</style>
background-color css
<style>
a { background-color: #C3BCD0; }
a { background-color: rgb(195,188,208); }
div.DivClassName
{
background-color: #C3BCD0;
}
.BgClassName
{
background-color: #C3BCD0;
}
</style>
border-color css
<style>
span { border-color: #C3BCD0; }
span { border-color: rgb(195,188,208); }
td.TdClassName
{
border-color: #C3BCD0;
}
.TagClassName
{
border-color: #C3BCD0;
}
</style>