Shades of Mulberry #C65A8A
Tints of Mulberry #C65A8A
RGB
CMYK
RGB Variations
Color information
#C65A8A (or 0xC65A8A) is known color: Mulberry. HEX triplet: C6, 5A and 8A. RGB value is (198,90,138). Sum of RGB (Red+Green+Blue) = 198+90+138=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65A8A is #39A575. Grayscale: #7F7F7F. Windows color (decimal): -3777910 or 9067206. OLE color: 9067206.
HSL color Cylindrical-coordinate representation of color #C65A8A: hue angle of 333.33º 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 #C65A8A is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 138 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.22 |
| HSL | 333.33º | 0.49% | 0.56% | - |
| HSV(B) | 333.33º | 0.55% | 0.78% | - |
| XYZ | 31.53 | 21.15 | 26.47 | - |
| YUV | 127.76 | 133.78 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 138 | 0 | 0.55 | 0.30 | 0.22 | 333.33 | 0.49 | 0.56 |
| Hex | C6 | 5A | 8A | 0 | 37 | 1E | 16 | 14D | 31 | 38 |
| Octal | 306 | 132 | 212 | 0 | 67 | 36 | 26 | 515 | 61 | 70 |
| Binary | 11000110 | 1011010 | 10001010 | 0 | 110111 | 11110 | 10110 | 101001101 | 110001 | 111000 |
Color Harmonies of #C65A8A
Complementary color
Monochromatic Colors of #C65A8A
Black with #C65A8A
Text Example
Text Example
White with #C65A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A8A; }
p { color: rgb(198,90,138); }
H1.HeaderClassName
{
color: #C65A8A;
}
.AnyTagClassName
{
color: #C65A8A;
}
</style>
background-color css
<style>
a { background-color: #C65A8A; }
a { background-color: rgb(198,90,138); }
div.DivClassName
{
background-color: #C65A8A;
}
.BgClassName
{
background-color: #C65A8A;
}
</style>
border-color css
<style>
span { border-color: #C65A8A; }
span { border-color: rgb(198,90,138); }
td.TdClassName
{
border-color: #C65A8A;
}
.TagClassName
{
border-color: #C65A8A;
}
</style>