Shades of Mulberry #C6458B
Tints of Mulberry #C6458B
RGB
CMYK
RGB Variations
Color information
#C6458B (or 0xC6458B) is known color: Mulberry. HEX triplet: C6, 45 and 8B. RGB value is (198,69,139). Sum of RGB (Red+Green+Blue) = 198+69+139=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C6458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6458B is #39BA74. Grayscale: #737373. Windows color (decimal): -3783285 or 9127366. OLE color: 9127366.
HSL color Cylindrical-coordinate representation of color #C6458B: hue angle of 327.44º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6458B is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 139 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.22 |
| HSL | 327.44º | 0.53% | 0.52% | - |
| HSV(B) | 327.44º | 0.65% | 0.78% | - |
| XYZ | 30.08 | 18.13 | 26.34 | - |
| YUV | 115.55 | 141.24 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 139 | 0 | 0.65 | 0.30 | 0.22 | 327.44 | 0.53 | 0.52 |
| Hex | C6 | 45 | 8B | 0 | 41 | 1E | 16 | 147 | 35 | 34 |
| Octal | 306 | 105 | 213 | 0 | 101 | 36 | 26 | 507 | 65 | 64 |
| Binary | 11000110 | 1000101 | 10001011 | 0 | 1000001 | 11110 | 10110 | 101000111 | 110101 | 110100 |
Color Harmonies of #C6458B
Complementary color
Monochromatic Colors of #C6458B
Black with #C6458B
Text Example
Text Example
White with #C6458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6458B; }
p { color: rgb(198,69,139); }
H1.HeaderClassName
{
color: #C6458B;
}
.AnyTagClassName
{
color: #C6458B;
}
</style>
background-color css
<style>
a { background-color: #C6458B; }
a { background-color: rgb(198,69,139); }
div.DivClassName
{
background-color: #C6458B;
}
.BgClassName
{
background-color: #C6458B;
}
</style>
border-color css
<style>
span { border-color: #C6458B; }
span { border-color: rgb(198,69,139); }
td.TdClassName
{
border-color: #C6458B;
}
.TagClassName
{
border-color: #C6458B;
}
</style>