Shades of Mulberry #C65A9F
Tints of Mulberry #C65A9F
RGB
CMYK
RGB Variations
Color information
#C65A9F (or 0xC65A9F) is known color: Mulberry. HEX triplet: C6, 5A and 9F. RGB value is (198,90,159). Sum of RGB (Red+Green+Blue) = 198+90+159=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65A9F is #39A560. Grayscale: #818181. Windows color (decimal): -3777889 or 10443462. OLE color: 10443462.
HSL color Cylindrical-coordinate representation of color #C65A9F: hue angle of 321.67º 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 #C65A9F is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 159 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.22 |
| HSL | 321.67º | 0.49% | 0.56% | - |
| HSV(B) | 321.67º | 0.55% | 0.78% | - |
| XYZ | 33.2 | 21.82 | 35.26 | - |
| YUV | 130.16 | 144.28 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 159 | 0 | 0.55 | 0.20 | 0.22 | 321.67 | 0.49 | 0.56 |
| Hex | C6 | 5A | 9F | 0 | 37 | 14 | 16 | 142 | 31 | 38 |
| Octal | 306 | 132 | 237 | 0 | 67 | 24 | 26 | 502 | 61 | 70 |
| Binary | 11000110 | 1011010 | 10011111 | 0 | 110111 | 10100 | 10110 | 101000010 | 110001 | 111000 |
Color Harmonies of #C65A9F
Complementary color
Monochromatic Colors of #C65A9F
Black with #C65A9F
Text Example
Text Example
White with #C65A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A9F; }
p { color: rgb(198,90,159); }
H1.HeaderClassName
{
color: #C65A9F;
}
.AnyTagClassName
{
color: #C65A9F;
}
</style>
background-color css
<style>
a { background-color: #C65A9F; }
a { background-color: rgb(198,90,159); }
div.DivClassName
{
background-color: #C65A9F;
}
.BgClassName
{
background-color: #C65A9F;
}
</style>
border-color css
<style>
span { border-color: #C65A9F; }
span { border-color: rgb(198,90,159); }
td.TdClassName
{
border-color: #C65A9F;
}
.TagClassName
{
border-color: #C65A9F;
}
</style>