Shades of Moon Raker #C1B9CE
Tints of Moon Raker #C1B9CE
RGB
CMYK
RGB Variations
Color information
#C1B9CE (or 0xC1B9CE) is known color: Moon Raker. HEX triplet: C1, B9 and CE. RGB value is (193,185,206). Sum of RGB (Red+Green+Blue) = 193+185+206=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1B9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B9CE is #3E4631. Grayscale: #BDBDBD. Windows color (decimal): -4081202 or 13547969. OLE color: 13547969.
HSL color Cylindrical-coordinate representation of color #C1B9CE: hue angle of 262.86º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1B9CE is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 185 | 206 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.19 |
| HSL | 262.86º | 0.18% | 0.77% | - |
| HSV(B) | 262.86º | 0.1% | 0.81% | - |
| XYZ | 50.48 | 50.49 | 65.48 | - |
| YUV | 189.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 185 | 206 | 0.06 | 0.10 | 0 | 0.19 | 262.86 | 0.18 | 0.77 |
| Hex | C1 | B9 | CE | 6 | A | 0 | 13 | 107 | 12 | 4D |
| Octal | 301 | 271 | 316 | 6 | 12 | 0 | 23 | 407 | 22 | 115 |
| Binary | 11000001 | 10111001 | 11001110 | 110 | 1010 | 0 | 10011 | 100000111 | 10010 | 1001101 |
Color Harmonies of #C1B9CE
Complementary color
Monochromatic Colors of #C1B9CE
Black with #C1B9CE
Text Example
Text Example
White with #C1B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B9CE; }
p { color: rgb(193,185,206); }
H1.HeaderClassName
{
color: #C1B9CE;
}
.AnyTagClassName
{
color: #C1B9CE;
}
</style>
background-color css
<style>
a { background-color: #C1B9CE; }
a { background-color: rgb(193,185,206); }
div.DivClassName
{
background-color: #C1B9CE;
}
.BgClassName
{
background-color: #C1B9CE;
}
</style>
border-color css
<style>
span { border-color: #C1B9CE; }
span { border-color: rgb(193,185,206); }
td.TdClassName
{
border-color: #C1B9CE;
}
.TagClassName
{
border-color: #C1B9CE;
}
</style>