Shades of Moon Raker #C0B1CF
Tints of Moon Raker #C0B1CF
RGB
CMYK
RGB Variations
Color information
#C0B1CF (or 0xC0B1CF) is known color: Moon Raker. HEX triplet: C0, B1 and CF. RGB value is (192,177,207). Sum of RGB (Red+Green+Blue) = 192+177+207=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #C0B1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B1CF is #3F4E30. Grayscale: #B8B8B8. Windows color (decimal): -4148785 or 13611456. OLE color: 13611456.
HSL color Cylindrical-coordinate representation of color #C0B1CF: hue angle of 270º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0B1CF is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 177 | 207 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.19 |
| HSL | 270º | 0.24% | 0.75% | - |
| HSV(B) | 270º | 0.14% | 0.81% | - |
| XYZ | 48.72 | 47.16 | 65.57 | - |
| YUV | 184.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 207 | 0.07 | 0.14 | 0 | 0.19 | 270 | 0.24 | 0.75 |
| Hex | C0 | B1 | CF | 7 | E | 0 | 13 | 10E | 18 | 4B |
| Octal | 300 | 261 | 317 | 7 | 16 | 0 | 23 | 416 | 30 | 113 |
| Binary | 11000000 | 10110001 | 11001111 | 111 | 1110 | 0 | 10011 | 100001110 | 11000 | 1001011 |
Color Harmonies of #C0B1CF
Complementary color
Monochromatic Colors of #C0B1CF
Black with #C0B1CF
Text Example
Text Example
White with #C0B1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B1CF; }
p { color: rgb(192,177,207); }
H1.HeaderClassName
{
color: #C0B1CF;
}
.AnyTagClassName
{
color: #C0B1CF;
}
</style>
background-color css
<style>
a { background-color: #C0B1CF; }
a { background-color: rgb(192,177,207); }
div.DivClassName
{
background-color: #C0B1CF;
}
.BgClassName
{
background-color: #C0B1CF;
}
</style>
border-color css
<style>
span { border-color: #C0B1CF; }
span { border-color: rgb(192,177,207); }
td.TdClassName
{
border-color: #C0B1CF;
}
.TagClassName
{
border-color: #C0B1CF;
}
</style>