Shades of Mulberry #C6427E
Tints of Mulberry #C6427E
RGB
CMYK
RGB Variations
Color information
#C6427E (or 0xC6427E) is known color: Mulberry. HEX triplet: C6, 42 and 7E. RGB value is (198,66,126). Sum of RGB (Red+Green+Blue) = 198+66+126=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C6427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6427E is #39BD81. Grayscale: #707070. Windows color (decimal): -3784066 or 8274630. OLE color: 8274630.
HSL color Cylindrical-coordinate representation of color #C6427E: hue angle of 332.73º 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 #C6427E is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 126 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.22 |
| HSL | 332.73º | 0.54% | 0.52% | - |
| HSV(B) | 332.73º | 0.67% | 0.78% | - |
| XYZ | 29 | 17.41 | 21.57 | - |
| YUV | 112.31 | 135.73 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 126 | 0 | 0.67 | 0.36 | 0.22 | 332.73 | 0.54 | 0.52 |
| Hex | C6 | 42 | 7E | 0 | 43 | 24 | 16 | 14D | 36 | 34 |
| Octal | 306 | 102 | 176 | 0 | 103 | 44 | 26 | 515 | 66 | 64 |
| Binary | 11000110 | 1000010 | 1111110 | 0 | 1000011 | 100100 | 10110 | 101001101 | 110110 | 110100 |
Color Harmonies of #C6427E
Complementary color
Monochromatic Colors of #C6427E
Black with #C6427E
Text Example
Text Example
White with #C6427E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6427E; }
p { color: rgb(198,66,126); }
H1.HeaderClassName
{
color: #C6427E;
}
.AnyTagClassName
{
color: #C6427E;
}
</style>
background-color css
<style>
a { background-color: #C6427E; }
a { background-color: rgb(198,66,126); }
div.DivClassName
{
background-color: #C6427E;
}
.BgClassName
{
background-color: #C6427E;
}
</style>
border-color css
<style>
span { border-color: #C6427E; }
span { border-color: rgb(198,66,126); }
td.TdClassName
{
border-color: #C6427E;
}
.TagClassName
{
border-color: #C6427E;
}
</style>