Shades of Moon Raker #C2BACF
Tints of Moon Raker #C2BACF
RGB
CMYK
RGB Variations
Color information
#C2BACF (or 0xC2BACF) is known color: Moon Raker. HEX triplet: C2, BA and CF. RGB value is (194,186,207). Sum of RGB (Red+Green+Blue) = 194+186+207=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BACF is #3D4530. Grayscale: #BEBEBE. Windows color (decimal): -4015409 or 13613762. OLE color: 13613762.
HSL color Cylindrical-coordinate representation of color #C2BACF: hue angle of 262.86º 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 #C2BACF is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 186 | 207 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.19 |
| HSL | 262.86º | 0.18% | 0.77% | - |
| HSV(B) | 262.86º | 0.1% | 0.81% | - |
| XYZ | 51.07 | 51.09 | 66.2 | - |
| YUV | 190.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 207 | 0.06 | 0.10 | 0 | 0.19 | 262.86 | 0.18 | 0.77 |
| Hex | C2 | BA | CF | 6 | A | 0 | 13 | 107 | 12 | 4D |
| Octal | 302 | 272 | 317 | 6 | 12 | 0 | 23 | 407 | 22 | 115 |
| Binary | 11000010 | 10111010 | 11001111 | 110 | 1010 | 0 | 10011 | 100000111 | 10010 | 1001101 |
Color Harmonies of #C2BACF
Complementary color
Monochromatic Colors of #C2BACF
Black with #C2BACF
Text Example
Text Example
White with #C2BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BACF; }
p { color: rgb(194,186,207); }
H1.HeaderClassName
{
color: #C2BACF;
}
.AnyTagClassName
{
color: #C2BACF;
}
</style>
background-color css
<style>
a { background-color: #C2BACF; }
a { background-color: rgb(194,186,207); }
div.DivClassName
{
background-color: #C2BACF;
}
.BgClassName
{
background-color: #C2BACF;
}
</style>
border-color css
<style>
span { border-color: #C2BACF; }
span { border-color: rgb(194,186,207); }
td.TdClassName
{
border-color: #C2BACF;
}
.TagClassName
{
border-color: #C2BACF;
}
</style>