Shades of Mulberry #C65A9A
Tints of Mulberry #C65A9A
RGB
CMYK
RGB Variations
Color information
#C65A9A (or 0xC65A9A) is known color: Mulberry. HEX triplet: C6, 5A and 9A. RGB value is (198,90,154). Sum of RGB (Red+Green+Blue) = 198+90+154=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65A9A is #39A565. Grayscale: #818181. Windows color (decimal): -3777894 or 10115782. OLE color: 10115782.
HSL color Cylindrical-coordinate representation of color #C65A9A: hue angle of 324.44º 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 #C65A9A is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 154 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.22 |
| HSL | 324.44º | 0.49% | 0.56% | - |
| HSV(B) | 324.44º | 0.55% | 0.78% | - |
| XYZ | 32.78 | 21.65 | 33.02 | - |
| YUV | 129.59 | 141.78 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 154 | 0 | 0.55 | 0.22 | 0.22 | 324.44 | 0.49 | 0.56 |
| Hex | C6 | 5A | 9A | 0 | 37 | 16 | 16 | 144 | 31 | 38 |
| Octal | 306 | 132 | 232 | 0 | 67 | 26 | 26 | 504 | 61 | 70 |
| Binary | 11000110 | 1011010 | 10011010 | 0 | 110111 | 10110 | 10110 | 101000100 | 110001 | 111000 |
Color Harmonies of #C65A9A
Complementary color
Monochromatic Colors of #C65A9A
Black with #C65A9A
Text Example
Text Example
White with #C65A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A9A; }
p { color: rgb(198,90,154); }
H1.HeaderClassName
{
color: #C65A9A;
}
.AnyTagClassName
{
color: #C65A9A;
}
</style>
background-color css
<style>
a { background-color: #C65A9A; }
a { background-color: rgb(198,90,154); }
div.DivClassName
{
background-color: #C65A9A;
}
.BgClassName
{
background-color: #C65A9A;
}
</style>
border-color css
<style>
span { border-color: #C65A9A; }
span { border-color: rgb(198,90,154); }
td.TdClassName
{
border-color: #C65A9A;
}
.TagClassName
{
border-color: #C65A9A;
}
</style>