Shades of Mulberry #C65BA4
Tints of Mulberry #C65BA4
RGB
CMYK
RGB Variations
Color information
#C65BA4 (or 0xC65BA4) is known color: Mulberry. HEX triplet: C6, 5B and A4. RGB value is (198,91,164). Sum of RGB (Red+Green+Blue) = 198+91+164=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C65BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65BA4 is #39A45B. Grayscale: #838383. Windows color (decimal): -3777628 or 10771398. OLE color: 10771398.
HSL color Cylindrical-coordinate representation of color #C65BA4: hue angle of 319.07º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65BA4 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 91 | 164 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.22 |
| HSL | 319.07º | 0.48% | 0.57% | - |
| HSV(B) | 319.07º | 0.54% | 0.78% | - |
| XYZ | 33.73 | 22.17 | 37.62 | - |
| YUV | 131.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 164 | 0 | 0.54 | 0.17 | 0.22 | 319.07 | 0.48 | 0.57 |
| Hex | C6 | 5B | A4 | 0 | 36 | 11 | 16 | 13F | 30 | 39 |
| Octal | 306 | 133 | 244 | 0 | 66 | 21 | 26 | 477 | 60 | 71 |
| Binary | 11000110 | 1011011 | 10100100 | 0 | 110110 | 10001 | 10110 | 100111111 | 110000 | 111001 |
Color Harmonies of #C65BA4
Complementary color
Monochromatic Colors of #C65BA4
Black with #C65BA4
Text Example
Text Example
White with #C65BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65BA4; }
p { color: rgb(198,91,164); }
H1.HeaderClassName
{
color: #C65BA4;
}
.AnyTagClassName
{
color: #C65BA4;
}
</style>
background-color css
<style>
a { background-color: #C65BA4; }
a { background-color: rgb(198,91,164); }
div.DivClassName
{
background-color: #C65BA4;
}
.BgClassName
{
background-color: #C65BA4;
}
</style>
border-color css
<style>
span { border-color: #C65BA4; }
span { border-color: rgb(198,91,164); }
td.TdClassName
{
border-color: #C65BA4;
}
.TagClassName
{
border-color: #C65BA4;
}
</style>