Shades of Moon Raker #C4B7D0
Tints of Moon Raker #C4B7D0
RGB
CMYK
RGB Variations
Color information
#C4B7D0 (or 0xC4B7D0) is known color: Moon Raker. HEX triplet: C4, B7 and D0. RGB value is (196,183,208). Sum of RGB (Red+Green+Blue) = 196+183+208=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 208 - color contains mainly: blue. Hex color #C4B7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B7D0 is #3B482F. Grayscale: #BDBDBD. Windows color (decimal): -3885104 or 13678532. OLE color: 13678532.
HSL color Cylindrical-coordinate representation of color #C4B7D0: hue angle of 271.2º 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 #C4B7D0 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 196 | 183 | 208 | - |
CMYK | 0.06 | 0.12 | 0 | 0.18 |
HSL | 271.2º | 0.21% | 0.77% | - |
HSV(B) | 271.2º | 0.12% | 0.82% | - |
XYZ | 51.08 | 50.16 | 66.66 | - |
YUV | 189.74 | 138.31 | 132.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 183 | 208 | 0.06 | 0.12 | 0 | 0.18 | 271.2 | 0.21 | 0.77 |
Hex | C4 | B7 | D0 | 6 | C | 0 | 12 | 10F | 15 | 4D |
Octal | 304 | 267 | 320 | 6 | 14 | 0 | 22 | 417 | 25 | 115 |
Binary | 11000100 | 10110111 | 11010000 | 110 | 1100 | 0 | 10010 | 100001111 | 10101 | 1001101 |
Color Harmonies of #C4B7D0
Complementary color
Monochromatic Colors of #C4B7D0
Black with #C4B7D0
Text Example
Text Example
White with #C4B7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B7D0; }
p { color: rgb(196,183,208); }
H1.HeaderClassName
{
color: #C4B7D0;
}
.AnyTagClassName
{
color: #C4B7D0;
}
</style>
background-color css
<style>
a { background-color: #C4B7D0; }
a { background-color: rgb(196,183,208); }
div.DivClassName
{
background-color: #C4B7D0;
}
.BgClassName
{
background-color: #C4B7D0;
}
</style>
border-color css
<style>
span { border-color: #C4B7D0; }
span { border-color: rgb(196,183,208); }
td.TdClassName
{
border-color: #C4B7D0;
}
.TagClassName
{
border-color: #C4B7D0;
}
</style>