Shades of Mulberry #C6427F
Tints of Mulberry #C6427F
RGB
CMYK
RGB Variations
Color information
#C6427F (or 0xC6427F) is known color: Mulberry. HEX triplet: C6, 42 and 7F. RGB value is (198,66,127). Sum of RGB (Red+Green+Blue) = 198+66+127=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6427F is #39BD80. Grayscale: #707070. Windows color (decimal): -3784065 or 8340166. OLE color: 8340166.
HSL color Cylindrical-coordinate representation of color #C6427F: hue angle of 332.27º 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 #C6427F is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 127 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.22 |
| HSL | 332.27º | 0.54% | 0.52% | - |
| HSV(B) | 332.27º | 0.67% | 0.78% | - |
| XYZ | 29.07 | 17.43 | 21.91 | - |
| YUV | 112.42 | 136.23 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 127 | 0 | 0.67 | 0.36 | 0.22 | 332.27 | 0.54 | 0.52 |
| Hex | C6 | 42 | 7F | 0 | 43 | 24 | 16 | 14C | 36 | 34 |
| Octal | 306 | 102 | 177 | 0 | 103 | 44 | 26 | 514 | 66 | 64 |
| Binary | 11000110 | 1000010 | 1111111 | 0 | 1000011 | 100100 | 10110 | 101001100 | 110110 | 110100 |
Color Harmonies of #C6427F
Complementary color
Monochromatic Colors of #C6427F
Black with #C6427F
Text Example
Text Example
White with #C6427F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6427F; }
p { color: rgb(198,66,127); }
H1.HeaderClassName
{
color: #C6427F;
}
.AnyTagClassName
{
color: #C6427F;
}
</style>
background-color css
<style>
a { background-color: #C6427F; }
a { background-color: rgb(198,66,127); }
div.DivClassName
{
background-color: #C6427F;
}
.BgClassName
{
background-color: #C6427F;
}
</style>
border-color css
<style>
span { border-color: #C6427F; }
span { border-color: rgb(198,66,127); }
td.TdClassName
{
border-color: #C6427F;
}
.TagClassName
{
border-color: #C6427F;
}
</style>