Shades of Mulberry #C65A83
Tints of Mulberry #C65A83
RGB
CMYK
RGB Variations
Color information
#C65A83 (or 0xC65A83) is known color: Mulberry. HEX triplet: C6, 5A and 83. RGB value is (198,90,131). Sum of RGB (Red+Green+Blue) = 198+90+131=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65A83 is #39A57C. Grayscale: #7E7E7E. Windows color (decimal): -3777917 or 8608454. OLE color: 8608454.
HSL color Cylindrical-coordinate representation of color #C65A83: hue angle of 337.22º 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 #C65A83 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 131 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.22 |
| HSL | 337.22º | 0.49% | 0.56% | - |
| HSV(B) | 337.22º | 0.55% | 0.78% | - |
| XYZ | 31.04 | 20.96 | 23.88 | - |
| YUV | 126.97 | 130.28 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 131 | 0 | 0.55 | 0.34 | 0.22 | 337.22 | 0.49 | 0.56 |
| Hex | C6 | 5A | 83 | 0 | 37 | 22 | 16 | 151 | 31 | 38 |
| Octal | 306 | 132 | 203 | 0 | 67 | 42 | 26 | 521 | 61 | 70 |
| Binary | 11000110 | 1011010 | 10000011 | 0 | 110111 | 100010 | 10110 | 101010001 | 110001 | 111000 |
Color Harmonies of #C65A83
Complementary color
Monochromatic Colors of #C65A83
Black with #C65A83
Text Example
Text Example
White with #C65A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A83; }
p { color: rgb(198,90,131); }
H1.HeaderClassName
{
color: #C65A83;
}
.AnyTagClassName
{
color: #C65A83;
}
</style>
background-color css
<style>
a { background-color: #C65A83; }
a { background-color: rgb(198,90,131); }
div.DivClassName
{
background-color: #C65A83;
}
.BgClassName
{
background-color: #C65A83;
}
</style>
border-color css
<style>
span { border-color: #C65A83; }
span { border-color: rgb(198,90,131); }
td.TdClassName
{
border-color: #C65A83;
}
.TagClassName
{
border-color: #C65A83;
}
</style>