Shades of Mulberry #C6458C
Tints of Mulberry #C6458C
RGB
CMYK
RGB Variations
Color information
#C6458C (or 0xC6458C) is known color: Mulberry. HEX triplet: C6, 45 and 8C. RGB value is (198,69,140). Sum of RGB (Red+Green+Blue) = 198+69+140=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C6458C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6458C is #39BA73. Grayscale: #737373. Windows color (decimal): -3783284 or 9192902. OLE color: 9192902.
HSL color Cylindrical-coordinate representation of color #C6458C: hue angle of 326.98º 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 #C6458C is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 140 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.22 |
| HSL | 326.98º | 0.53% | 0.52% | - |
| HSV(B) | 326.98º | 0.65% | 0.78% | - |
| XYZ | 30.15 | 18.16 | 26.73 | - |
| YUV | 115.67 | 141.74 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 140 | 0 | 0.65 | 0.29 | 0.22 | 326.98 | 0.53 | 0.52 |
| Hex | C6 | 45 | 8C | 0 | 41 | 1D | 16 | 147 | 35 | 34 |
| Octal | 306 | 105 | 214 | 0 | 101 | 35 | 26 | 507 | 65 | 64 |
| Binary | 11000110 | 1000101 | 10001100 | 0 | 1000001 | 11101 | 10110 | 101000111 | 110101 | 110100 |
Color Harmonies of #C6458C
Complementary color
Monochromatic Colors of #C6458C
Black with #C6458C
Text Example
Text Example
White with #C6458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6458C; }
p { color: rgb(198,69,140); }
H1.HeaderClassName
{
color: #C6458C;
}
.AnyTagClassName
{
color: #C6458C;
}
</style>
background-color css
<style>
a { background-color: #C6458C; }
a { background-color: rgb(198,69,140); }
div.DivClassName
{
background-color: #C6458C;
}
.BgClassName
{
background-color: #C6458C;
}
</style>
border-color css
<style>
span { border-color: #C6458C; }
span { border-color: rgb(198,69,140); }
td.TdClassName
{
border-color: #C6458C;
}
.TagClassName
{
border-color: #C6458C;
}
</style>