Shades of Mulberry #C65A82
Tints of Mulberry #C65A82
RGB
CMYK
RGB Variations
Color information
#C65A82 (or 0xC65A82) is known color: Mulberry. HEX triplet: C6, 5A and 82. RGB value is (198,90,130). Sum of RGB (Red+Green+Blue) = 198+90+130=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65A82 is #39A57D. Grayscale: #7E7E7E. Windows color (decimal): -3777918 or 8542918. OLE color: 8542918.
HSL color Cylindrical-coordinate representation of color #C65A82: hue angle of 337.78º 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 #C65A82 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 130 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.22 |
| HSL | 337.78º | 0.49% | 0.56% | - |
| HSV(B) | 337.78º | 0.55% | 0.78% | - |
| XYZ | 30.97 | 20.93 | 23.53 | - |
| YUV | 126.85 | 129.78 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 130 | 0 | 0.55 | 0.34 | 0.22 | 337.78 | 0.49 | 0.56 |
| Hex | C6 | 5A | 82 | 0 | 37 | 22 | 16 | 152 | 31 | 38 |
| Octal | 306 | 132 | 202 | 0 | 67 | 42 | 26 | 522 | 61 | 70 |
| Binary | 11000110 | 1011010 | 10000010 | 0 | 110111 | 100010 | 10110 | 101010010 | 110001 | 111000 |
Color Harmonies of #C65A82
Complementary color
Monochromatic Colors of #C65A82
Black with #C65A82
Text Example
Text Example
White with #C65A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A82; }
p { color: rgb(198,90,130); }
H1.HeaderClassName
{
color: #C65A82;
}
.AnyTagClassName
{
color: #C65A82;
}
</style>
background-color css
<style>
a { background-color: #C65A82; }
a { background-color: rgb(198,90,130); }
div.DivClassName
{
background-color: #C65A82;
}
.BgClassName
{
background-color: #C65A82;
}
</style>
border-color css
<style>
span { border-color: #C65A82; }
span { border-color: rgb(198,90,130); }
td.TdClassName
{
border-color: #C65A82;
}
.TagClassName
{
border-color: #C65A82;
}
</style>