Shades of Moon Raker #C3B7D6
Tints of Moon Raker #C3B7D6
RGB
CMYK
RGB Variations
Color information
#C3B7D6 (or 0xC3B7D6) is known color: Moon Raker. HEX triplet: C3, B7 and D6. RGB value is (195,183,214). Sum of RGB (Red+Green+Blue) = 195+183+214=592 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.94% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 214 - color contains mainly: blue. Hex color #C3B7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B7D6 is #3C4829. Grayscale: #BEBEBE. Windows color (decimal): -3950634 or 14071747. OLE color: 14071747.
HSL color Cylindrical-coordinate representation of color #C3B7D6: hue angle of 263.23º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3B7D6 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 183 | 214 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.16 |
| HSL | 263.23º | 0.27% | 0.78% | - |
| HSV(B) | 263.23º | 0.14% | 0.84% | - |
| XYZ | 51.58 | 50.32 | 70.61 | - |
| YUV | 190.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 214 | 0.09 | 0.14 | 0 | 0.16 | 263.23 | 0.27 | 0.78 |
| Hex | C3 | B7 | D6 | 9 | E | 0 | 10 | 107 | 1B | 4E |
| Octal | 303 | 267 | 326 | 11 | 16 | 0 | 20 | 407 | 33 | 116 |
| Binary | 11000011 | 10110111 | 11010110 | 1001 | 1110 | 0 | 10000 | 100000111 | 11011 | 1001110 |
Color Harmonies of #C3B7D6
Complementary color
Monochromatic Colors of #C3B7D6
Black with #C3B7D6
Text Example
Text Example
White with #C3B7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B7D6; }
p { color: rgb(195,183,214); }
H1.HeaderClassName
{
color: #C3B7D6;
}
.AnyTagClassName
{
color: #C3B7D6;
}
</style>
background-color css
<style>
a { background-color: #C3B7D6; }
a { background-color: rgb(195,183,214); }
div.DivClassName
{
background-color: #C3B7D6;
}
.BgClassName
{
background-color: #C3B7D6;
}
</style>
border-color css
<style>
span { border-color: #C3B7D6; }
span { border-color: rgb(195,183,214); }
td.TdClassName
{
border-color: #C3B7D6;
}
.TagClassName
{
border-color: #C3B7D6;
}
</style>