Shades of Mulberry #C6427B
Tints of Mulberry #C6427B
RGB
CMYK
RGB Variations
Color information
#C6427B (or 0xC6427B) is known color: Mulberry. HEX triplet: C6, 42 and 7B. RGB value is (198,66,123). Sum of RGB (Red+Green+Blue) = 198+66+123=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6427B is #39BD84. Grayscale: #6F6F6F. Windows color (decimal): -3784069 or 8078022. OLE color: 8078022.
HSL color Cylindrical-coordinate representation of color #C6427B: hue angle of 334.09º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6427B is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 123 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.22 |
| HSL | 334.09º | 0.54% | 0.52% | - |
| HSV(B) | 334.09º | 0.67% | 0.78% | - |
| XYZ | 28.81 | 17.33 | 20.57 | - |
| YUV | 111.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 123 | 0 | 0.67 | 0.38 | 0.22 | 334.09 | 0.54 | 0.52 |
| Hex | C6 | 42 | 7B | 0 | 43 | 26 | 16 | 14E | 36 | 34 |
| Octal | 306 | 102 | 173 | 0 | 103 | 46 | 26 | 516 | 66 | 64 |
| Binary | 11000110 | 1000010 | 1111011 | 0 | 1000011 | 100110 | 10110 | 101001110 | 110110 | 110100 |
Color Harmonies of #C6427B
Complementary color
Monochromatic Colors of #C6427B
Black with #C6427B
Text Example
Text Example
White with #C6427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6427B; }
p { color: rgb(198,66,123); }
H1.HeaderClassName
{
color: #C6427B;
}
.AnyTagClassName
{
color: #C6427B;
}
</style>
background-color css
<style>
a { background-color: #C6427B; }
a { background-color: rgb(198,66,123); }
div.DivClassName
{
background-color: #C6427B;
}
.BgClassName
{
background-color: #C6427B;
}
</style>
border-color css
<style>
span { border-color: #C6427B; }
span { border-color: rgb(198,66,123); }
td.TdClassName
{
border-color: #C6427B;
}
.TagClassName
{
border-color: #C6427B;
}
</style>