Shades of Moon Raker #C1B7D0
Tints of Moon Raker #C1B7D0
RGB
CMYK
RGB Variations
Color information
#C1B7D0 (or 0xC1B7D0) is known color: Moon Raker. HEX triplet: C1, B7 and D0. RGB value is (193,183,208). Sum of RGB (Red+Green+Blue) = 193+183+208=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #C1B7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B7D0 is #3E482F. Grayscale: #BCBCBC. Windows color (decimal): -4081712 or 13678529. OLE color: 13678529.
HSL color Cylindrical-coordinate representation of color #C1B7D0: hue angle of 264º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1B7D0 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 183 | 208 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.18 |
| HSL | 264º | 0.21% | 0.77% | - |
| HSV(B) | 264º | 0.12% | 0.82% | - |
| XYZ | 50.31 | 49.76 | 66.63 | - |
| YUV | 188.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 183 | 208 | 0.07 | 0.12 | 0 | 0.18 | 264 | 0.21 | 0.77 |
| Hex | C1 | B7 | D0 | 7 | C | 0 | 12 | 108 | 15 | 4D |
| Octal | 301 | 267 | 320 | 7 | 14 | 0 | 22 | 410 | 25 | 115 |
| Binary | 11000001 | 10110111 | 11010000 | 111 | 1100 | 0 | 10010 | 100001000 | 10101 | 1001101 |
Color Harmonies of #C1B7D0
Complementary color
Monochromatic Colors of #C1B7D0
Black with #C1B7D0
Text Example
Text Example
White with #C1B7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B7D0; }
p { color: rgb(193,183,208); }
H1.HeaderClassName
{
color: #C1B7D0;
}
.AnyTagClassName
{
color: #C1B7D0;
}
</style>
background-color css
<style>
a { background-color: #C1B7D0; }
a { background-color: rgb(193,183,208); }
div.DivClassName
{
background-color: #C1B7D0;
}
.BgClassName
{
background-color: #C1B7D0;
}
</style>
border-color css
<style>
span { border-color: #C1B7D0; }
span { border-color: rgb(193,183,208); }
td.TdClassName
{
border-color: #C1B7D0;
}
.TagClassName
{
border-color: #C1B7D0;
}
</style>