Shades of Moon Raker #C1BACF
Tints of Moon Raker #C1BACF
RGB
CMYK
RGB Variations
Color information
#C1BACF (or 0xC1BACF) is known color: Moon Raker. HEX triplet: C1, BA and CF. RGB value is (193,186,207). Sum of RGB (Red+Green+Blue) = 193+186+207=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BACF is #3E4530. Grayscale: #BEBEBE. Windows color (decimal): -4080945 or 13613761. OLE color: 13613761.
HSL color Cylindrical-coordinate representation of color #C1BACF: hue angle of 260º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1BACF is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 186 | 207 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.19 |
| HSL | 260º | 0.18% | 0.77% | - |
| HSV(B) | 260º | 0.1% | 0.81% | - |
| XYZ | 50.81 | 50.96 | 66.19 | - |
| YUV | 190.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 207 | 0.07 | 0.10 | 0 | 0.19 | 260 | 0.18 | 0.77 |
| Hex | C1 | BA | CF | 7 | A | 0 | 13 | 104 | 12 | 4D |
| Octal | 301 | 272 | 317 | 7 | 12 | 0 | 23 | 404 | 22 | 115 |
| Binary | 11000001 | 10111010 | 11001111 | 111 | 1010 | 0 | 10011 | 100000100 | 10010 | 1001101 |
Color Harmonies of #C1BACF
Complementary color
Monochromatic Colors of #C1BACF
Black with #C1BACF
Text Example
Text Example
White with #C1BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BACF; }
p { color: rgb(193,186,207); }
H1.HeaderClassName
{
color: #C1BACF;
}
.AnyTagClassName
{
color: #C1BACF;
}
</style>
background-color css
<style>
a { background-color: #C1BACF; }
a { background-color: rgb(193,186,207); }
div.DivClassName
{
background-color: #C1BACF;
}
.BgClassName
{
background-color: #C1BACF;
}
</style>
border-color css
<style>
span { border-color: #C1BACF; }
span { border-color: rgb(193,186,207); }
td.TdClassName
{
border-color: #C1BACF;
}
.TagClassName
{
border-color: #C1BACF;
}
</style>