Shades of Moon Raker #C3BAD1
Tints of Moon Raker #C3BAD1
RGB
CMYK
RGB Variations
Color information
#C3BAD1 (or 0xC3BAD1) is known color: Moon Raker. HEX triplet: C3, BA and D1. RGB value is (195,186,209). Sum of RGB (Red+Green+Blue) = 195+186+209=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 209 - color contains mainly: blue. Hex color #C3BAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BAD1 is #3C452E. Grayscale: #BFBFBF. Windows color (decimal): -3949871 or 13744835. OLE color: 13744835.
HSL color Cylindrical-coordinate representation of color #C3BAD1: hue angle of 263.48º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3BAD1 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 186 | 209 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.18 |
| HSL | 263.48º | 0.2% | 0.77% | - |
| HSV(B) | 263.48º | 0.11% | 0.82% | - |
| XYZ | 51.57 | 51.32 | 67.51 | - |
| YUV | 191.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 209 | 0.07 | 0.11 | 0 | 0.18 | 263.48 | 0.2 | 0.77 |
| Hex | C3 | BA | D1 | 7 | B | 0 | 12 | 107 | 14 | 4D |
| Octal | 303 | 272 | 321 | 7 | 13 | 0 | 22 | 407 | 24 | 115 |
| Binary | 11000011 | 10111010 | 11010001 | 111 | 1011 | 0 | 10010 | 100000111 | 10100 | 1001101 |
Color Harmonies of #C3BAD1
Complementary color
Monochromatic Colors of #C3BAD1
Black with #C3BAD1
Text Example
Text Example
White with #C3BAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BAD1; }
p { color: rgb(195,186,209); }
H1.HeaderClassName
{
color: #C3BAD1;
}
.AnyTagClassName
{
color: #C3BAD1;
}
</style>
background-color css
<style>
a { background-color: #C3BAD1; }
a { background-color: rgb(195,186,209); }
div.DivClassName
{
background-color: #C3BAD1;
}
.BgClassName
{
background-color: #C3BAD1;
}
</style>
border-color css
<style>
span { border-color: #C3BAD1; }
span { border-color: rgb(195,186,209); }
td.TdClassName
{
border-color: #C3BAD1;
}
.TagClassName
{
border-color: #C3BAD1;
}
</style>