Shades of Mulberry #C6469D
Tints of Mulberry #C6469D
RGB
CMYK
RGB Variations
Color information
#C6469D (or 0xC6469D) is known color: Mulberry. HEX triplet: C6, 46 and 9D. RGB value is (198,70,157). Sum of RGB (Red+Green+Blue) = 198+70+157=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C6469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6469D is #39B962. Grayscale: #757575. Windows color (decimal): -3783011 or 10307270. OLE color: 10307270.
HSL color Cylindrical-coordinate representation of color #C6469D: hue angle of 319.22º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6469D is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 157 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.22 |
| HSL | 319.22º | 0.53% | 0.53% | - |
| HSV(B) | 319.22º | 0.65% | 0.78% | - |
| XYZ | 31.56 | 18.82 | 33.87 | - |
| YUV | 118.19 | 149.91 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 157 | 0 | 0.65 | 0.21 | 0.22 | 319.22 | 0.53 | 0.53 |
| Hex | C6 | 46 | 9D | 0 | 41 | 15 | 16 | 13F | 35 | 35 |
| Octal | 306 | 106 | 235 | 0 | 101 | 25 | 26 | 477 | 65 | 65 |
| Binary | 11000110 | 1000110 | 10011101 | 0 | 1000001 | 10101 | 10110 | 100111111 | 110101 | 110101 |
Color Harmonies of #C6469D
Complementary color
Monochromatic Colors of #C6469D
Black with #C6469D
Text Example
Text Example
White with #C6469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6469D; }
p { color: rgb(198,70,157); }
H1.HeaderClassName
{
color: #C6469D;
}
.AnyTagClassName
{
color: #C6469D;
}
</style>
background-color css
<style>
a { background-color: #C6469D; }
a { background-color: rgb(198,70,157); }
div.DivClassName
{
background-color: #C6469D;
}
.BgClassName
{
background-color: #C6469D;
}
</style>
border-color css
<style>
span { border-color: #C6469D; }
span { border-color: rgb(198,70,157); }
td.TdClassName
{
border-color: #C6469D;
}
.TagClassName
{
border-color: #C6469D;
}
</style>