Shades of Moon Raker #C0B4CE
Tints of Moon Raker #C0B4CE
RGB
CMYK
RGB Variations
Color information
#C0B4CE (or 0xC0B4CE) is known color: Moon Raker. HEX triplet: C0, B4 and CE. RGB value is (192,180,206). Sum of RGB (Red+Green+Blue) = 192+180+206=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0B4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B4CE is #3F4B31. Grayscale: #BABABA. Windows color (decimal): -4148018 or 13546688. OLE color: 13546688.
HSL color Cylindrical-coordinate representation of color #C0B4CE: hue angle of 267.69º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0B4CE is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 180 | 206 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.19 |
| HSL | 267.69º | 0.21% | 0.76% | - |
| HSV(B) | 267.69º | 0.13% | 0.81% | - |
| XYZ | 49.2 | 48.31 | 65.12 | - |
| YUV | 186.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 206 | 0.07 | 0.13 | 0 | 0.19 | 267.69 | 0.21 | 0.76 |
| Hex | C0 | B4 | CE | 7 | D | 0 | 13 | 10C | 15 | 4C |
| Octal | 300 | 264 | 316 | 7 | 15 | 0 | 23 | 414 | 25 | 114 |
| Binary | 11000000 | 10110100 | 11001110 | 111 | 1101 | 0 | 10011 | 100001100 | 10101 | 1001100 |
Color Harmonies of #C0B4CE
Complementary color
Monochromatic Colors of #C0B4CE
Black with #C0B4CE
Text Example
Text Example
White with #C0B4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B4CE; }
p { color: rgb(192,180,206); }
H1.HeaderClassName
{
color: #C0B4CE;
}
.AnyTagClassName
{
color: #C0B4CE;
}
</style>
background-color css
<style>
a { background-color: #C0B4CE; }
a { background-color: rgb(192,180,206); }
div.DivClassName
{
background-color: #C0B4CE;
}
.BgClassName
{
background-color: #C0B4CE;
}
</style>
border-color css
<style>
span { border-color: #C0B4CE; }
span { border-color: rgb(192,180,206); }
td.TdClassName
{
border-color: #C0B4CE;
}
.TagClassName
{
border-color: #C0B4CE;
}
</style>