Shades of Mulberry #C6449B
Tints of Mulberry #C6449B
RGB
CMYK
RGB Variations
Color information
#C6449B (or 0xC6449B) is known color: Mulberry. HEX triplet: C6, 44 and 9B. RGB value is (198,68,155). Sum of RGB (Red+Green+Blue) = 198+68+155=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6449B is #39BB64. Grayscale: #747474. Windows color (decimal): -3783525 or 10175686. OLE color: 10175686.
HSL color Cylindrical-coordinate representation of color #C6449B: hue angle of 319.85º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C6449B is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 155 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.22 |
| HSL | 319.85º | 0.53% | 0.52% | - |
| HSV(B) | 319.85º | 0.66% | 0.78% | - |
| XYZ | 31.27 | 18.51 | 32.93 | - |
| YUV | 116.79 | 149.57 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 155 | 0 | 0.66 | 0.22 | 0.22 | 319.85 | 0.53 | 0.52 |
| Hex | C6 | 44 | 9B | 0 | 42 | 16 | 16 | 140 | 35 | 34 |
| Octal | 306 | 104 | 233 | 0 | 102 | 26 | 26 | 500 | 65 | 64 |
| Binary | 11000110 | 1000100 | 10011011 | 0 | 1000010 | 10110 | 10110 | 101000000 | 110101 | 110100 |
Color Harmonies of #C6449B
Complementary color
Monochromatic Colors of #C6449B
Black with #C6449B
Text Example
Text Example
White with #C6449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6449B; }
p { color: rgb(198,68,155); }
H1.HeaderClassName
{
color: #C6449B;
}
.AnyTagClassName
{
color: #C6449B;
}
</style>
background-color css
<style>
a { background-color: #C6449B; }
a { background-color: rgb(198,68,155); }
div.DivClassName
{
background-color: #C6449B;
}
.BgClassName
{
background-color: #C6449B;
}
</style>
border-color css
<style>
span { border-color: #C6449B; }
span { border-color: rgb(198,68,155); }
td.TdClassName
{
border-color: #C6449B;
}
.TagClassName
{
border-color: #C6449B;
}
</style>