Shades of Moon Raker #C0B5D1
Tints of Moon Raker #C0B5D1
RGB
CMYK
RGB Variations
Color information
#C0B5D1 (or 0xC0B5D1) is known color: Moon Raker. HEX triplet: C0, B5 and D1. RGB value is (192,181,209). Sum of RGB (Red+Green+Blue) = 192+181+209=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 209 - color contains mainly: blue. Hex color #C0B5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B5D1 is #3F4A2E. Grayscale: #BBBBBB. Windows color (decimal): -4147759 or 13743552. OLE color: 13743552.
HSL color Cylindrical-coordinate representation of color #C0B5D1: hue angle of 263.57º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0B5D1 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 192 | 181 | 209 | - |
CMYK | 0.08 | 0.13 | 0 | 0.18 |
HSL | 263.57º | 0.23% | 0.76% | - |
HSV(B) | 263.57º | 0.13% | 0.82% | - |
XYZ | 49.77 | 48.86 | 67.13 | - |
YUV | 187.48 | 140.14 | 131.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 181 | 209 | 0.08 | 0.13 | 0 | 0.18 | 263.57 | 0.23 | 0.76 |
Hex | C0 | B5 | D1 | 8 | D | 0 | 12 | 108 | 17 | 4C |
Octal | 300 | 265 | 321 | 10 | 15 | 0 | 22 | 410 | 27 | 114 |
Binary | 11000000 | 10110101 | 11010001 | 1000 | 1101 | 0 | 10010 | 100001000 | 10111 | 1001100 |
Color Harmonies of #C0B5D1
Complementary color
Monochromatic Colors of #C0B5D1
Black with #C0B5D1
Text Example
Text Example
White with #C0B5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B5D1; }
p { color: rgb(192,181,209); }
H1.HeaderClassName
{
color: #C0B5D1;
}
.AnyTagClassName
{
color: #C0B5D1;
}
</style>
background-color css
<style>
a { background-color: #C0B5D1; }
a { background-color: rgb(192,181,209); }
div.DivClassName
{
background-color: #C0B5D1;
}
.BgClassName
{
background-color: #C0B5D1;
}
</style>
border-color css
<style>
span { border-color: #C0B5D1; }
span { border-color: rgb(192,181,209); }
td.TdClassName
{
border-color: #C0B5D1;
}
.TagClassName
{
border-color: #C0B5D1;
}
</style>