Shades of Mulberry #C64C9A
Tints of Mulberry #C64C9A
RGB
CMYK
RGB Variations
Color information
#C64C9A (or 0xC64C9A) is known color: Mulberry. HEX triplet: C6, 4C and 9A. RGB value is (198,76,154). Sum of RGB (Red+Green+Blue) = 198+76+154=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64C9A is #39B365. Grayscale: #797979. Windows color (decimal): -3781478 or 10112198. OLE color: 10112198.
HSL color Cylindrical-coordinate representation of color #C64C9A: hue angle of 321.64º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64C9A is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 154 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.22 |
| HSL | 321.64º | 0.52% | 0.54% | - |
| HSV(B) | 321.64º | 0.62% | 0.78% | - |
| XYZ | 31.71 | 19.51 | 32.67 | - |
| YUV | 121.37 | 146.42 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 154 | 0 | 0.62 | 0.22 | 0.22 | 321.64 | 0.52 | 0.54 |
| Hex | C6 | 4C | 9A | 0 | 3E | 16 | 16 | 142 | 34 | 36 |
| Octal | 306 | 114 | 232 | 0 | 76 | 26 | 26 | 502 | 64 | 66 |
| Binary | 11000110 | 1001100 | 10011010 | 0 | 111110 | 10110 | 10110 | 101000010 | 110100 | 110110 |
Color Harmonies of #C64C9A
Complementary color
Monochromatic Colors of #C64C9A
Black with #C64C9A
Text Example
Text Example
White with #C64C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64C9A; }
p { color: rgb(198,76,154); }
H1.HeaderClassName
{
color: #C64C9A;
}
.AnyTagClassName
{
color: #C64C9A;
}
</style>
background-color css
<style>
a { background-color: #C64C9A; }
a { background-color: rgb(198,76,154); }
div.DivClassName
{
background-color: #C64C9A;
}
.BgClassName
{
background-color: #C64C9A;
}
</style>
border-color css
<style>
span { border-color: #C64C9A; }
span { border-color: rgb(198,76,154); }
td.TdClassName
{
border-color: #C64C9A;
}
.TagClassName
{
border-color: #C64C9A;
}
</style>