Shades of Mulberry #C65A97
Tints of Mulberry #C65A97
RGB
CMYK
RGB Variations
Color information
#C65A97 (or 0xC65A97) is known color: Mulberry. HEX triplet: C6, 5A and 97. RGB value is (198,90,151). Sum of RGB (Red+Green+Blue) = 198+90+151=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65A97 is #39A568. Grayscale: #818181. Windows color (decimal): -3777897 or 9919174. OLE color: 9919174.
HSL color Cylindrical-coordinate representation of color #C65A97: hue angle of 326.11º 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 #C65A97 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 151 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.22 |
| HSL | 326.11º | 0.49% | 0.56% | - |
| HSV(B) | 326.11º | 0.55% | 0.78% | - |
| XYZ | 32.53 | 21.55 | 31.72 | - |
| YUV | 129.25 | 140.28 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 151 | 0 | 0.55 | 0.24 | 0.22 | 326.11 | 0.49 | 0.56 |
| Hex | C6 | 5A | 97 | 0 | 37 | 18 | 16 | 146 | 31 | 38 |
| Octal | 306 | 132 | 227 | 0 | 67 | 30 | 26 | 506 | 61 | 70 |
| Binary | 11000110 | 1011010 | 10010111 | 0 | 110111 | 11000 | 10110 | 101000110 | 110001 | 111000 |
Color Harmonies of #C65A97
Complementary color
Monochromatic Colors of #C65A97
Black with #C65A97
Text Example
Text Example
White with #C65A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A97; }
p { color: rgb(198,90,151); }
H1.HeaderClassName
{
color: #C65A97;
}
.AnyTagClassName
{
color: #C65A97;
}
</style>
background-color css
<style>
a { background-color: #C65A97; }
a { background-color: rgb(198,90,151); }
div.DivClassName
{
background-color: #C65A97;
}
.BgClassName
{
background-color: #C65A97;
}
</style>
border-color css
<style>
span { border-color: #C65A97; }
span { border-color: rgb(198,90,151); }
td.TdClassName
{
border-color: #C65A97;
}
.TagClassName
{
border-color: #C65A97;
}
</style>