Shades of Moon Raker #C3BACF
Tints of Moon Raker #C3BACF
RGB
CMYK
RGB Variations
Color information
#C3BACF (or 0xC3BACF) is known color: Moon Raker. HEX triplet: C3, BA and CF. RGB value is (195,186,207). Sum of RGB (Red+Green+Blue) = 195+186+207=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BACF is #3C4530. Grayscale: #BFBFBF. Windows color (decimal): -3949873 or 13613763. OLE color: 13613763.
HSL color Cylindrical-coordinate representation of color #C3BACF: hue angle of 265.71º 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 #C3BACF is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 186 | 207 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.19 |
| HSL | 265.71º | 0.18% | 0.77% | - |
| HSV(B) | 265.71º | 0.1% | 0.81% | - |
| XYZ | 51.33 | 51.22 | 66.21 | - |
| YUV | 191.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 207 | 0.06 | 0.10 | 0 | 0.19 | 265.71 | 0.18 | 0.77 |
| Hex | C3 | BA | CF | 6 | A | 0 | 13 | 10A | 12 | 4D |
| Octal | 303 | 272 | 317 | 6 | 12 | 0 | 23 | 412 | 22 | 115 |
| Binary | 11000011 | 10111010 | 11001111 | 110 | 1010 | 0 | 10011 | 100001010 | 10010 | 1001101 |
Color Harmonies of #C3BACF
Complementary color
Monochromatic Colors of #C3BACF
Black with #C3BACF
Text Example
Text Example
White with #C3BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BACF; }
p { color: rgb(195,186,207); }
H1.HeaderClassName
{
color: #C3BACF;
}
.AnyTagClassName
{
color: #C3BACF;
}
</style>
background-color css
<style>
a { background-color: #C3BACF; }
a { background-color: rgb(195,186,207); }
div.DivClassName
{
background-color: #C3BACF;
}
.BgClassName
{
background-color: #C3BACF;
}
</style>
border-color css
<style>
span { border-color: #C3BACF; }
span { border-color: rgb(195,186,207); }
td.TdClassName
{
border-color: #C3BACF;
}
.TagClassName
{
border-color: #C3BACF;
}
</style>