Shades of Mulberry #C64692
Tints of Mulberry #C64692
RGB
CMYK
RGB Variations
Color information
#C64692 (or 0xC64692) is known color: Mulberry. HEX triplet: C6, 46 and 92. RGB value is (198,70,146). Sum of RGB (Red+Green+Blue) = 198+70+146=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C64692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64692 is #39B96D. Grayscale: #747474. Windows color (decimal): -3783022 or 9586374. OLE color: 9586374.
HSL color Cylindrical-coordinate representation of color #C64692: hue angle of 324.38º 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 #C64692 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 146 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.22 |
| HSL | 324.38º | 0.53% | 0.53% | - |
| HSV(B) | 324.38º | 0.65% | 0.78% | - |
| XYZ | 30.67 | 18.46 | 29.14 | - |
| YUV | 116.94 | 144.41 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 146 | 0 | 0.65 | 0.26 | 0.22 | 324.38 | 0.53 | 0.53 |
| Hex | C6 | 46 | 92 | 0 | 41 | 1A | 16 | 144 | 35 | 35 |
| Octal | 306 | 106 | 222 | 0 | 101 | 32 | 26 | 504 | 65 | 65 |
| Binary | 11000110 | 1000110 | 10010010 | 0 | 1000001 | 11010 | 10110 | 101000100 | 110101 | 110101 |
Color Harmonies of #C64692
Complementary color
Monochromatic Colors of #C64692
Black with #C64692
Text Example
Text Example
White with #C64692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64692; }
p { color: rgb(198,70,146); }
H1.HeaderClassName
{
color: #C64692;
}
.AnyTagClassName
{
color: #C64692;
}
</style>
background-color css
<style>
a { background-color: #C64692; }
a { background-color: rgb(198,70,146); }
div.DivClassName
{
background-color: #C64692;
}
.BgClassName
{
background-color: #C64692;
}
</style>
border-color css
<style>
span { border-color: #C64692; }
span { border-color: rgb(198,70,146); }
td.TdClassName
{
border-color: #C64692;
}
.TagClassName
{
border-color: #C64692;
}
</style>