Shades of Mulberry #C65A81
Tints of Mulberry #C65A81
RGB
CMYK
RGB Variations
Color information
#C65A81 (or 0xC65A81) is known color: Mulberry. HEX triplet: C6, 5A and 81. RGB value is (198,90,129). Sum of RGB (Red+Green+Blue) = 198+90+129=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65A81 is #39A57E. Grayscale: #7E7E7E. Windows color (decimal): -3777919 or 8477382. OLE color: 8477382.
HSL color Cylindrical-coordinate representation of color #C65A81: hue angle of 338.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 #C65A81 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 129 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.22 |
| HSL | 338.33º | 0.49% | 0.56% | - |
| HSV(B) | 338.33º | 0.55% | 0.78% | - |
| XYZ | 30.91 | 20.9 | 23.17 | - |
| YUV | 126.74 | 129.28 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 129 | 0 | 0.55 | 0.35 | 0.22 | 338.33 | 0.49 | 0.56 |
| Hex | C6 | 5A | 81 | 0 | 37 | 23 | 16 | 152 | 31 | 38 |
| Octal | 306 | 132 | 201 | 0 | 67 | 43 | 26 | 522 | 61 | 70 |
| Binary | 11000110 | 1011010 | 10000001 | 0 | 110111 | 100011 | 10110 | 101010010 | 110001 | 111000 |
Color Harmonies of #C65A81
Complementary color
Monochromatic Colors of #C65A81
Black with #C65A81
Text Example
Text Example
White with #C65A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A81; }
p { color: rgb(198,90,129); }
H1.HeaderClassName
{
color: #C65A81;
}
.AnyTagClassName
{
color: #C65A81;
}
</style>
background-color css
<style>
a { background-color: #C65A81; }
a { background-color: rgb(198,90,129); }
div.DivClassName
{
background-color: #C65A81;
}
.BgClassName
{
background-color: #C65A81;
}
</style>
border-color css
<style>
span { border-color: #C65A81; }
span { border-color: rgb(198,90,129); }
td.TdClassName
{
border-color: #C65A81;
}
.TagClassName
{
border-color: #C65A81;
}
</style>