Shades of Moon Raker #C0B9CC
Tints of Moon Raker #C0B9CC
RGB
CMYK
RGB Variations
Color information
#C0B9CC (or 0xC0B9CC) is known color: Moon Raker. HEX triplet: C0, B9 and CC. RGB value is (192,185,204). Sum of RGB (Red+Green+Blue) = 192+185+204=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 204 - color contains mainly: blue. Hex color #C0B9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B9CC is #3F4633. Grayscale: #BDBDBD. Windows color (decimal): -4146740 or 13416896. OLE color: 13416896.
HSL color Cylindrical-coordinate representation of color #C0B9CC: hue angle of 262.11º degrees, saturation: 0.16, 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 #C0B9CC is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 185 | 204 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.2 |
| HSL | 262.11º | 0.16% | 0.76% | - |
| HSV(B) | 262.11º | 0.09% | 0.8% | - |
| XYZ | 49.99 | 50.26 | 64.19 | - |
| YUV | 189.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 204 | 0.06 | 0.09 | 0 | 0.2 | 262.11 | 0.16 | 0.76 |
| Hex | C0 | B9 | CC | 6 | 9 | 0 | 14 | 106 | 10 | 4C |
| Octal | 300 | 271 | 314 | 6 | 11 | 0 | 24 | 406 | 20 | 114 |
| Binary | 11000000 | 10111001 | 11001100 | 110 | 1001 | 0 | 10100 | 100000110 | 10000 | 1001100 |
Color Harmonies of #C0B9CC
Complementary color
Monochromatic Colors of #C0B9CC
Black with #C0B9CC
Text Example
Text Example
White with #C0B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B9CC; }
p { color: rgb(192,185,204); }
H1.HeaderClassName
{
color: #C0B9CC;
}
.AnyTagClassName
{
color: #C0B9CC;
}
</style>
background-color css
<style>
a { background-color: #C0B9CC; }
a { background-color: rgb(192,185,204); }
div.DivClassName
{
background-color: #C0B9CC;
}
.BgClassName
{
background-color: #C0B9CC;
}
</style>
border-color css
<style>
span { border-color: #C0B9CC; }
span { border-color: rgb(192,185,204); }
td.TdClassName
{
border-color: #C0B9CC;
}
.TagClassName
{
border-color: #C0B9CC;
}
</style>