Shades of Moon Raker #C0B3D0
Tints of Moon Raker #C0B3D0
RGB
CMYK
RGB Variations
Color information
#C0B3D0 (or 0xC0B3D0) is known color: Moon Raker. HEX triplet: C0, B3 and D0. RGB value is (192,179,208). Sum of RGB (Red+Green+Blue) = 192+179+208=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #C0B3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B3D0 is #3F4C2F. Grayscale: #BABABA. Windows color (decimal): -4148272 or 13677504. OLE color: 13677504.
HSL color Cylindrical-coordinate representation of color #C0B3D0: hue angle of 266.9º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0B3D0 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 179 | 208 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.18 |
| HSL | 266.9º | 0.24% | 0.76% | - |
| HSV(B) | 266.9º | 0.14% | 0.82% | - |
| XYZ | 49.24 | 48 | 66.34 | - |
| YUV | 186.19 | 140.31 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 208 | 0.08 | 0.14 | 0 | 0.18 | 266.9 | 0.24 | 0.76 |
| Hex | C0 | B3 | D0 | 8 | E | 0 | 12 | 10B | 18 | 4C |
| Octal | 300 | 263 | 320 | 10 | 16 | 0 | 22 | 413 | 30 | 114 |
| Binary | 11000000 | 10110011 | 11010000 | 1000 | 1110 | 0 | 10010 | 100001011 | 11000 | 1001100 |
Color Harmonies of #C0B3D0
Complementary color
Monochromatic Colors of #C0B3D0
Black with #C0B3D0
Text Example
Text Example
White with #C0B3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B3D0; }
p { color: rgb(192,179,208); }
H1.HeaderClassName
{
color: #C0B3D0;
}
.AnyTagClassName
{
color: #C0B3D0;
}
</style>
background-color css
<style>
a { background-color: #C0B3D0; }
a { background-color: rgb(192,179,208); }
div.DivClassName
{
background-color: #C0B3D0;
}
.BgClassName
{
background-color: #C0B3D0;
}
</style>
border-color css
<style>
span { border-color: #C0B3D0; }
span { border-color: rgb(192,179,208); }
td.TdClassName
{
border-color: #C0B3D0;
}
.TagClassName
{
border-color: #C0B3D0;
}
</style>