Shades of Mulberry #C65C8D
Tints of Mulberry #C65C8D
RGB
CMYK
RGB Variations
Color information
#C65C8D (or 0xC65C8D) is known color: Mulberry. HEX triplet: C6, 5C and 8D. RGB value is (198,92,141). Sum of RGB (Red+Green+Blue) = 198+92+141=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65C8D is #39A372. Grayscale: #818181. Windows color (decimal): -3777395 or 9264326. OLE color: 9264326.
HSL color Cylindrical-coordinate representation of color #C65C8D: hue angle of 332.26º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65C8D is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 141 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.22 |
| HSL | 332.26º | 0.48% | 0.57% | - |
| HSV(B) | 332.26º | 0.54% | 0.78% | - |
| XYZ | 31.92 | 21.58 | 27.68 | - |
| YUV | 129.28 | 134.62 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 141 | 0 | 0.54 | 0.29 | 0.22 | 332.26 | 0.48 | 0.57 |
| Hex | C6 | 5C | 8D | 0 | 36 | 1D | 16 | 14C | 30 | 39 |
| Octal | 306 | 134 | 215 | 0 | 66 | 35 | 26 | 514 | 60 | 71 |
| Binary | 11000110 | 1011100 | 10001101 | 0 | 110110 | 11101 | 10110 | 101001100 | 110000 | 111001 |
Color Harmonies of #C65C8D
Complementary color
Monochromatic Colors of #C65C8D
Black with #C65C8D
Text Example
Text Example
White with #C65C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C8D; }
p { color: rgb(198,92,141); }
H1.HeaderClassName
{
color: #C65C8D;
}
.AnyTagClassName
{
color: #C65C8D;
}
</style>
background-color css
<style>
a { background-color: #C65C8D; }
a { background-color: rgb(198,92,141); }
div.DivClassName
{
background-color: #C65C8D;
}
.BgClassName
{
background-color: #C65C8D;
}
</style>
border-color css
<style>
span { border-color: #C65C8D; }
span { border-color: rgb(198,92,141); }
td.TdClassName
{
border-color: #C65C8D;
}
.TagClassName
{
border-color: #C65C8D;
}
</style>