Shades of Moon Raker #C0B4D3
Tints of Moon Raker #C0B4D3
RGB
CMYK
RGB Variations
Color information
#C0B4D3 (or 0xC0B4D3) is known color: Moon Raker. HEX triplet: C0, B4 and D3. RGB value is (192,180,211). Sum of RGB (Red+Green+Blue) = 192+180+211=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 180 (70.70% from 255 or 30.87% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 211 - color contains mainly: blue. Hex color #C0B4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B4D3 is #3F4B2C. Grayscale: #BBBBBB. Windows color (decimal): -4148013 or 13874368. OLE color: 13874368.
HSL color Cylindrical-coordinate representation of color #C0B4D3: hue angle of 263.23º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0B4D3 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 180 | 211 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.17 |
| HSL | 263.23º | 0.26% | 0.77% | - |
| HSV(B) | 263.23º | 0.15% | 0.83% | - |
| XYZ | 49.82 | 48.55 | 68.37 | - |
| YUV | 187.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 211 | 0.09 | 0.15 | 0 | 0.17 | 263.23 | 0.26 | 0.77 |
| Hex | C0 | B4 | D3 | 9 | F | 0 | 11 | 107 | 1A | 4D |
| Octal | 300 | 264 | 323 | 11 | 17 | 0 | 21 | 407 | 32 | 115 |
| Binary | 11000000 | 10110100 | 11010011 | 1001 | 1111 | 0 | 10001 | 100000111 | 11010 | 1001101 |
Color Harmonies of #C0B4D3
Complementary color
Monochromatic Colors of #C0B4D3
Black with #C0B4D3
Text Example
Text Example
White with #C0B4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B4D3; }
p { color: rgb(192,180,211); }
H1.HeaderClassName
{
color: #C0B4D3;
}
.AnyTagClassName
{
color: #C0B4D3;
}
</style>
background-color css
<style>
a { background-color: #C0B4D3; }
a { background-color: rgb(192,180,211); }
div.DivClassName
{
background-color: #C0B4D3;
}
.BgClassName
{
background-color: #C0B4D3;
}
</style>
border-color css
<style>
span { border-color: #C0B4D3; }
span { border-color: rgb(192,180,211); }
td.TdClassName
{
border-color: #C0B4D3;
}
.TagClassName
{
border-color: #C0B4D3;
}
</style>