Shades of Moon Raker #C1B3CF
Tints of Moon Raker #C1B3CF
RGB
CMYK
RGB Variations
Color information
#C1B3CF (or 0xC1B3CF) is known color: Moon Raker. HEX triplet: C1, B3 and CF. RGB value is (193,179,207). Sum of RGB (Red+Green+Blue) = 193+179+207=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1B3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B3CF is #3E4C30. Grayscale: #BABABA. Windows color (decimal): -4082737 or 13611969. OLE color: 13611969.
HSL color Cylindrical-coordinate representation of color #C1B3CF: hue angle of 270º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1B3CF is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 179 | 207 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.19 |
| HSL | 270º | 0.23% | 0.76% | - |
| HSV(B) | 270º | 0.14% | 0.81% | - |
| XYZ | 49.37 | 48.08 | 65.71 | - |
| YUV | 186.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 207 | 0.07 | 0.14 | 0 | 0.19 | 270 | 0.23 | 0.76 |
| Hex | C1 | B3 | CF | 7 | E | 0 | 13 | 10E | 17 | 4C |
| Octal | 301 | 263 | 317 | 7 | 16 | 0 | 23 | 416 | 27 | 114 |
| Binary | 11000001 | 10110011 | 11001111 | 111 | 1110 | 0 | 10011 | 100001110 | 10111 | 1001100 |
Color Harmonies of #C1B3CF
Complementary color
Monochromatic Colors of #C1B3CF
Black with #C1B3CF
Text Example
Text Example
White with #C1B3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B3CF; }
p { color: rgb(193,179,207); }
H1.HeaderClassName
{
color: #C1B3CF;
}
.AnyTagClassName
{
color: #C1B3CF;
}
</style>
background-color css
<style>
a { background-color: #C1B3CF; }
a { background-color: rgb(193,179,207); }
div.DivClassName
{
background-color: #C1B3CF;
}
.BgClassName
{
background-color: #C1B3CF;
}
</style>
border-color css
<style>
span { border-color: #C1B3CF; }
span { border-color: rgb(193,179,207); }
td.TdClassName
{
border-color: #C1B3CF;
}
.TagClassName
{
border-color: #C1B3CF;
}
</style>