Shades of Mulberry #C65299
Tints of Mulberry #C65299
RGB
CMYK
RGB Variations
Color information
#C65299 (or 0xC65299) is known color: Mulberry. HEX triplet: C6, 52 and 99. RGB value is (198,82,153). Sum of RGB (Red+Green+Blue) = 198+82+153=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C65299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65299 is #39AD66. Grayscale: #7C7C7C. Windows color (decimal): -3779943 or 10048198. OLE color: 10048198.
HSL color Cylindrical-coordinate representation of color #C65299: hue angle of 323.28º degrees, saturation: 0.5, 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 #C65299 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 153 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.22 |
| HSL | 323.28º | 0.5% | 0.55% | - |
| HSV(B) | 323.28º | 0.59% | 0.78% | - |
| XYZ | 32.06 | 20.34 | 32.37 | - |
| YUV | 124.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 153 | 0 | 0.59 | 0.23 | 0.22 | 323.28 | 0.5 | 0.55 |
| Hex | C6 | 52 | 99 | 0 | 3B | 17 | 16 | 143 | 32 | 37 |
| Octal | 306 | 122 | 231 | 0 | 73 | 27 | 26 | 503 | 62 | 67 |
| Binary | 11000110 | 1010010 | 10011001 | 0 | 111011 | 10111 | 10110 | 101000011 | 110010 | 110111 |
Color Harmonies of #C65299
Complementary color
Monochromatic Colors of #C65299
Black with #C65299
Text Example
Text Example
White with #C65299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65299; }
p { color: rgb(198,82,153); }
H1.HeaderClassName
{
color: #C65299;
}
.AnyTagClassName
{
color: #C65299;
}
</style>
background-color css
<style>
a { background-color: #C65299; }
a { background-color: rgb(198,82,153); }
div.DivClassName
{
background-color: #C65299;
}
.BgClassName
{
background-color: #C65299;
}
</style>
border-color css
<style>
span { border-color: #C65299; }
span { border-color: rgb(198,82,153); }
td.TdClassName
{
border-color: #C65299;
}
.TagClassName
{
border-color: #C65299;
}
</style>