Shades of Mulberry #C65A80
Tints of Mulberry #C65A80
RGB
CMYK
RGB Variations
Color information
#C65A80 (or 0xC65A80) is known color: Mulberry. HEX triplet: C6, 5A and 80. RGB value is (198,90,128). Sum of RGB (Red+Green+Blue) = 198+90+128=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65A80 is #39A57F. Grayscale: #7E7E7E. Windows color (decimal): -3777920 or 8411846. OLE color: 8411846.
HSL color Cylindrical-coordinate representation of color #C65A80: hue angle of 338.89º 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 #C65A80 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 128 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.22 |
| HSL | 338.89º | 0.49% | 0.56% | - |
| HSV(B) | 338.89º | 0.55% | 0.78% | - |
| XYZ | 30.84 | 20.88 | 22.83 | - |
| YUV | 126.62 | 128.78 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 128 | 0 | 0.55 | 0.35 | 0.22 | 338.89 | 0.49 | 0.56 |
| Hex | C6 | 5A | 80 | 0 | 37 | 23 | 16 | 153 | 31 | 38 |
| Octal | 306 | 132 | 200 | 0 | 67 | 43 | 26 | 523 | 61 | 70 |
| Binary | 11000110 | 1011010 | 10000000 | 0 | 110111 | 100011 | 10110 | 101010011 | 110001 | 111000 |
Color Harmonies of #C65A80
Complementary color
Monochromatic Colors of #C65A80
Black with #C65A80
Text Example
Text Example
White with #C65A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A80; }
p { color: rgb(198,90,128); }
H1.HeaderClassName
{
color: #C65A80;
}
.AnyTagClassName
{
color: #C65A80;
}
</style>
background-color css
<style>
a { background-color: #C65A80; }
a { background-color: rgb(198,90,128); }
div.DivClassName
{
background-color: #C65A80;
}
.BgClassName
{
background-color: #C65A80;
}
</style>
border-color css
<style>
span { border-color: #C65A80; }
span { border-color: rgb(198,90,128); }
td.TdClassName
{
border-color: #C65A80;
}
.TagClassName
{
border-color: #C65A80;
}
</style>