Shades of Moon Raker #C3BBCF
Tints of Moon Raker #C3BBCF
RGB
CMYK
RGB Variations
Color information
#C3BBCF (or 0xC3BBCF) is known color: Moon Raker. HEX triplet: C3, BB and CF. RGB value is (195,187,207). Sum of RGB (Red+Green+Blue) = 195+187+207=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBCF is #3C4430. Grayscale: #BFBFBF. Windows color (decimal): -3949617 or 13614019. OLE color: 13614019.
HSL color Cylindrical-coordinate representation of color #C3BBCF: hue angle of 264º degrees, saturation: 0.17, 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 #C3BBCF is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 187 | 207 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.19 |
| HSL | 264º | 0.17% | 0.77% | - |
| HSV(B) | 264º | 0.1% | 0.81% | - |
| XYZ | 51.54 | 51.65 | 66.28 | - |
| YUV | 191.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 207 | 0.06 | 0.10 | 0 | 0.19 | 264 | 0.17 | 0.77 |
| Hex | C3 | BB | CF | 6 | A | 0 | 13 | 108 | 11 | 4D |
| Octal | 303 | 273 | 317 | 6 | 12 | 0 | 23 | 410 | 21 | 115 |
| Binary | 11000011 | 10111011 | 11001111 | 110 | 1010 | 0 | 10011 | 100001000 | 10001 | 1001101 |
Color Harmonies of #C3BBCF
Complementary color
Monochromatic Colors of #C3BBCF
Black with #C3BBCF
Text Example
Text Example
White with #C3BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBCF; }
p { color: rgb(195,187,207); }
H1.HeaderClassName
{
color: #C3BBCF;
}
.AnyTagClassName
{
color: #C3BBCF;
}
</style>
background-color css
<style>
a { background-color: #C3BBCF; }
a { background-color: rgb(195,187,207); }
div.DivClassName
{
background-color: #C3BBCF;
}
.BgClassName
{
background-color: #C3BBCF;
}
</style>
border-color css
<style>
span { border-color: #C3BBCF; }
span { border-color: rgb(195,187,207); }
td.TdClassName
{
border-color: #C3BBCF;
}
.TagClassName
{
border-color: #C3BBCF;
}
</style>