Shades of Moon Raker #C1B7CD
Tints of Moon Raker #C1B7CD
RGB
CMYK
RGB Variations
Color information
#C1B7CD (or 0xC1B7CD) is known color: Moon Raker. HEX triplet: C1, B7 and CD. RGB value is (193,183,205). Sum of RGB (Red+Green+Blue) = 193+183+205=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #C1B7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B7CD is #3E4832. Grayscale: #BCBCBC. Windows color (decimal): -4081715 or 13481921. OLE color: 13481921.
HSL color Cylindrical-coordinate representation of color #C1B7CD: hue angle of 267.27º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1B7CD is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 183 | 205 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.20 |
| HSL | 267.27º | 0.18% | 0.76% | - |
| HSV(B) | 267.27º | 0.11% | 0.8% | - |
| XYZ | 49.95 | 49.61 | 64.7 | - |
| YUV | 188.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 183 | 205 | 0.06 | 0.11 | 0 | 0.20 | 267.27 | 0.18 | 0.76 |
| Hex | C1 | B7 | CD | 6 | B | 0 | 14 | 10B | 12 | 4C |
| Octal | 301 | 267 | 315 | 6 | 13 | 0 | 24 | 413 | 22 | 114 |
| Binary | 11000001 | 10110111 | 11001101 | 110 | 1011 | 0 | 10100 | 100001011 | 10010 | 1001100 |
Color Harmonies of #C1B7CD
Complementary color
Monochromatic Colors of #C1B7CD
Black with #C1B7CD
Text Example
Text Example
White with #C1B7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B7CD; }
p { color: rgb(193,183,205); }
H1.HeaderClassName
{
color: #C1B7CD;
}
.AnyTagClassName
{
color: #C1B7CD;
}
</style>
background-color css
<style>
a { background-color: #C1B7CD; }
a { background-color: rgb(193,183,205); }
div.DivClassName
{
background-color: #C1B7CD;
}
.BgClassName
{
background-color: #C1B7CD;
}
</style>
border-color css
<style>
span { border-color: #C1B7CD; }
span { border-color: rgb(193,183,205); }
td.TdClassName
{
border-color: #C1B7CD;
}
.TagClassName
{
border-color: #C1B7CD;
}
</style>