Shades of Moon Raker #C0BACB
Tints of Moon Raker #C0BACB
RGB
CMYK
RGB Variations
Color information
#C0BACB (or 0xC0BACB) is known color: Moon Raker. HEX triplet: C0, BA and CB. RGB value is (192,186,203). Sum of RGB (Red+Green+Blue) = 192+186+203=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BACB is #3F4534. Grayscale: #BDBDBD. Windows color (decimal): -4146485 or 13351616. OLE color: 13351616.
HSL color Cylindrical-coordinate representation of color #C0BACB: hue angle of 261.18º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0BACB is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 192 | 186 | 203 | - |
CMYK | 0.05 | 0.08 | 0 | 0.20 |
HSL | 261.18º | 0.14% | 0.76% | - |
HSV(B) | 261.18º | 0.08% | 0.8% | - |
XYZ | 50.08 | 50.64 | 63.63 | - |
YUV | 189.73 | 135.49 | 129.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 186 | 203 | 0.05 | 0.08 | 0 | 0.20 | 261.18 | 0.14 | 0.76 |
Hex | C0 | BA | CB | 5 | 8 | 0 | 14 | 105 | E | 4C |
Octal | 300 | 272 | 313 | 5 | 10 | 0 | 24 | 405 | 16 | 114 |
Binary | 11000000 | 10111010 | 11001011 | 101 | 1000 | 0 | 10100 | 100000101 | 1110 | 1001100 |
Color Harmonies of #C0BACB
Complementary color
Monochromatic Colors of #C0BACB
Black with #C0BACB
Text Example
Text Example
White with #C0BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BACB; }
p { color: rgb(192,186,203); }
H1.HeaderClassName
{
color: #C0BACB;
}
.AnyTagClassName
{
color: #C0BACB;
}
</style>
background-color css
<style>
a { background-color: #C0BACB; }
a { background-color: rgb(192,186,203); }
div.DivClassName
{
background-color: #C0BACB;
}
.BgClassName
{
background-color: #C0BACB;
}
</style>
border-color css
<style>
span { border-color: #C0BACB; }
span { border-color: rgb(192,186,203); }
td.TdClassName
{
border-color: #C0BACB;
}
.TagClassName
{
border-color: #C0BACB;
}
</style>