Shades of Moon Raker #C0B9CB
Tints of Moon Raker #C0B9CB
RGB
CMYK
RGB Variations
Color information
#C0B9CB (or 0xC0B9CB) is known color: Moon Raker. HEX triplet: C0, B9 and CB. RGB value is (192,185,203). Sum of RGB (Red+Green+Blue) = 192+185+203=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0B9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B9CB is #3F4634. Grayscale: #BDBDBD. Windows color (decimal): -4146741 or 13351360. OLE color: 13351360.
HSL color Cylindrical-coordinate representation of color #C0B9CB: hue angle of 263.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0B9CB is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 185 | 203 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.20 |
| HSL | 263.33º | 0.15% | 0.76% | - |
| HSV(B) | 263.33º | 0.09% | 0.8% | - |
| XYZ | 49.87 | 50.22 | 63.56 | - |
| YUV | 189.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 203 | 0.05 | 0.09 | 0 | 0.20 | 263.33 | 0.15 | 0.76 |
| Hex | C0 | B9 | CB | 5 | 9 | 0 | 14 | 107 | F | 4C |
| Octal | 300 | 271 | 313 | 5 | 11 | 0 | 24 | 407 | 17 | 114 |
| Binary | 11000000 | 10111001 | 11001011 | 101 | 1001 | 0 | 10100 | 100000111 | 1111 | 1001100 |
Color Harmonies of #C0B9CB
Complementary color
Monochromatic Colors of #C0B9CB
Black with #C0B9CB
Text Example
Text Example
White with #C0B9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B9CB; }
p { color: rgb(192,185,203); }
H1.HeaderClassName
{
color: #C0B9CB;
}
.AnyTagClassName
{
color: #C0B9CB;
}
</style>
background-color css
<style>
a { background-color: #C0B9CB; }
a { background-color: rgb(192,185,203); }
div.DivClassName
{
background-color: #C0B9CB;
}
.BgClassName
{
background-color: #C0B9CB;
}
</style>
border-color css
<style>
span { border-color: #C0B9CB; }
span { border-color: rgb(192,185,203); }
td.TdClassName
{
border-color: #C0B9CB;
}
.TagClassName
{
border-color: #C0B9CB;
}
</style>