Shades of Mulberry #C65AA3
Tints of Mulberry #C65AA3
RGB
CMYK
RGB Variations
Color information
#C65AA3 (or 0xC65AA3) is known color: Mulberry. HEX triplet: C6, 5A and A3. RGB value is (198,90,163). Sum of RGB (Red+Green+Blue) = 198+90+163=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 163 (64.06% from 255 or 36.14% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C65AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65AA3 is #39A55C. Grayscale: #828282. Windows color (decimal): -3777885 or 10705606. OLE color: 10705606.
HSL color Cylindrical-coordinate representation of color #C65AA3: hue angle of 319.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 #C65AA3 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 163 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.22 |
| HSL | 319.44º | 0.49% | 0.56% | - |
| HSV(B) | 319.44º | 0.55% | 0.78% | - |
| XYZ | 33.56 | 21.96 | 37.12 | - |
| YUV | 130.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 163 | 0 | 0.55 | 0.18 | 0.22 | 319.44 | 0.49 | 0.56 |
| Hex | C6 | 5A | A3 | 0 | 37 | 12 | 16 | 13F | 31 | 38 |
| Octal | 306 | 132 | 243 | 0 | 67 | 22 | 26 | 477 | 61 | 70 |
| Binary | 11000110 | 1011010 | 10100011 | 0 | 110111 | 10010 | 10110 | 100111111 | 110001 | 111000 |
Color Harmonies of #C65AA3
Complementary color
Monochromatic Colors of #C65AA3
Black with #C65AA3
Text Example
Text Example
White with #C65AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65AA3; }
p { color: rgb(198,90,163); }
H1.HeaderClassName
{
color: #C65AA3;
}
.AnyTagClassName
{
color: #C65AA3;
}
</style>
background-color css
<style>
a { background-color: #C65AA3; }
a { background-color: rgb(198,90,163); }
div.DivClassName
{
background-color: #C65AA3;
}
.BgClassName
{
background-color: #C65AA3;
}
</style>
border-color css
<style>
span { border-color: #C65AA3; }
span { border-color: rgb(198,90,163); }
td.TdClassName
{
border-color: #C65AA3;
}
.TagClassName
{
border-color: #C65AA3;
}
</style>