Shades of Mulberry #C64284
Tints of Mulberry #C64284
RGB
CMYK
RGB Variations
Color information
#C64284 (or 0xC64284) is known color: Mulberry. HEX triplet: C6, 42 and 84. RGB value is (198,66,132). Sum of RGB (Red+Green+Blue) = 198+66+132=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C64284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64284 is #39BD7B. Grayscale: #707070. Windows color (decimal): -3784060 or 8667846. OLE color: 8667846.
HSL color Cylindrical-coordinate representation of color #C64284: hue angle of 330º 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 #C64284 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 132 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.22 |
| HSL | 330º | 0.54% | 0.52% | - |
| HSV(B) | 330º | 0.67% | 0.78% | - |
| XYZ | 29.4 | 17.57 | 23.67 | - |
| YUV | 112.99 | 138.73 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 132 | 0 | 0.67 | 0.33 | 0.22 | 330 | 0.54 | 0.52 |
| Hex | C6 | 42 | 84 | 0 | 43 | 21 | 16 | 14A | 36 | 34 |
| Octal | 306 | 102 | 204 | 0 | 103 | 41 | 26 | 512 | 66 | 64 |
| Binary | 11000110 | 1000010 | 10000100 | 0 | 1000011 | 100001 | 10110 | 101001010 | 110110 | 110100 |
Color Harmonies of #C64284
Complementary color
Monochromatic Colors of #C64284
Black with #C64284
Text Example
Text Example
White with #C64284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64284; }
p { color: rgb(198,66,132); }
H1.HeaderClassName
{
color: #C64284;
}
.AnyTagClassName
{
color: #C64284;
}
</style>
background-color css
<style>
a { background-color: #C64284; }
a { background-color: rgb(198,66,132); }
div.DivClassName
{
background-color: #C64284;
}
.BgClassName
{
background-color: #C64284;
}
</style>
border-color css
<style>
span { border-color: #C64284; }
span { border-color: rgb(198,66,132); }
td.TdClassName
{
border-color: #C64284;
}
.TagClassName
{
border-color: #C64284;
}
</style>