Shades of Mulberry #C65A91
Tints of Mulberry #C65A91
RGB
CMYK
RGB Variations
Color information
#C65A91 (or 0xC65A91) is known color: Mulberry. HEX triplet: C6, 5A and 91. RGB value is (198,90,145). Sum of RGB (Red+Green+Blue) = 198+90+145=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65A91 is #39A56E. Grayscale: #808080. Windows color (decimal): -3777903 or 9525958. OLE color: 9525958.
HSL color Cylindrical-coordinate representation of color #C65A91: hue angle of 329.44º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65A91 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 145 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.22 |
| HSL | 329.44º | 0.49% | 0.56% | - |
| HSV(B) | 329.44º | 0.55% | 0.78% | - |
| XYZ | 32.06 | 21.36 | 29.22 | - |
| YUV | 128.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 145 | 0 | 0.55 | 0.27 | 0.22 | 329.44 | 0.49 | 0.56 |
| Hex | C6 | 5A | 91 | 0 | 37 | 1B | 16 | 149 | 31 | 38 |
| Octal | 306 | 132 | 221 | 0 | 67 | 33 | 26 | 511 | 61 | 70 |
| Binary | 11000110 | 1011010 | 10010001 | 0 | 110111 | 11011 | 10110 | 101001001 | 110001 | 111000 |
Color Harmonies of #C65A91
Complementary color
Monochromatic Colors of #C65A91
Black with #C65A91
Text Example
Text Example
White with #C65A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A91; }
p { color: rgb(198,90,145); }
H1.HeaderClassName
{
color: #C65A91;
}
.AnyTagClassName
{
color: #C65A91;
}
</style>
background-color css
<style>
a { background-color: #C65A91; }
a { background-color: rgb(198,90,145); }
div.DivClassName
{
background-color: #C65A91;
}
.BgClassName
{
background-color: #C65A91;
}
</style>
border-color css
<style>
span { border-color: #C65A91; }
span { border-color: rgb(198,90,145); }
td.TdClassName
{
border-color: #C65A91;
}
.TagClassName
{
border-color: #C65A91;
}
</style>