Shades of Mulberry #C65197
Tints of Mulberry #C65197
RGB
CMYK
RGB Variations
Color information
#C65197 (or 0xC65197) is known color: Mulberry. HEX triplet: C6, 51 and 97. RGB value is (198,81,151). Sum of RGB (Red+Green+Blue) = 198+81+151=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C65197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65197 is #39AE68. Grayscale: #7B7B7B. Windows color (decimal): -3780201 or 9916870. OLE color: 9916870.
HSL color Cylindrical-coordinate representation of color #C65197: hue angle of 324.1º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65197 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 151 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.22 |
| HSL | 324.1º | 0.51% | 0.55% | - |
| HSV(B) | 324.1º | 0.59% | 0.78% | - |
| XYZ | 31.82 | 20.12 | 31.49 | - |
| YUV | 123.96 | 143.26 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 151 | 0 | 0.59 | 0.24 | 0.22 | 324.1 | 0.51 | 0.55 |
| Hex | C6 | 51 | 97 | 0 | 3B | 18 | 16 | 144 | 33 | 37 |
| Octal | 306 | 121 | 227 | 0 | 73 | 30 | 26 | 504 | 63 | 67 |
| Binary | 11000110 | 1010001 | 10010111 | 0 | 111011 | 11000 | 10110 | 101000100 | 110011 | 110111 |
Color Harmonies of #C65197
Complementary color
Monochromatic Colors of #C65197
Black with #C65197
Text Example
Text Example
White with #C65197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65197; }
p { color: rgb(198,81,151); }
H1.HeaderClassName
{
color: #C65197;
}
.AnyTagClassName
{
color: #C65197;
}
</style>
background-color css
<style>
a { background-color: #C65197; }
a { background-color: rgb(198,81,151); }
div.DivClassName
{
background-color: #C65197;
}
.BgClassName
{
background-color: #C65197;
}
</style>
border-color css
<style>
span { border-color: #C65197; }
span { border-color: rgb(198,81,151); }
td.TdClassName
{
border-color: #C65197;
}
.TagClassName
{
border-color: #C65197;
}
</style>