Shades of Mulberry #C8509C
Tints of Mulberry #C8509C
RGB
CMYK
RGB Variations
Color information
#C8509C (or 0xC8509C) is known color: Mulberry. HEX triplet: C8, 50 and 9C. RGB value is (200,80,156). Sum of RGB (Red+Green+Blue) = 200+80+156=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8509C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8509C is #37AF63. Grayscale: #7C7C7C. Windows color (decimal): -3649380 or 10244296. OLE color: 10244296.
HSL color Cylindrical-coordinate representation of color #C8509C: hue angle of 322º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8509C is Cyan = 0, Magento = 0.6, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 156 | - |
| CMYK | 0 | 0.6 | 0.22 | 0.22 |
| HSL | 322º | 0.52% | 0.55% | - |
| HSV(B) | 322º | 0.6% | 0.78% | - |
| XYZ | 32.69 | 20.42 | 33.67 | - |
| YUV | 124.54 | 145.76 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 156 | 0 | 0.6 | 0.22 | 0.22 | 322 | 0.52 | 0.55 |
| Hex | C8 | 50 | 9C | 0 | 3C | 16 | 16 | 142 | 34 | 37 |
| Octal | 310 | 120 | 234 | 0 | 74 | 26 | 26 | 502 | 64 | 67 |
| Binary | 11001000 | 1010000 | 10011100 | 0 | 111100 | 10110 | 10110 | 101000010 | 110100 | 110111 |
Color Harmonies of #C8509C
Complementary color
Monochromatic Colors of #C8509C
Black with #C8509C
Text Example
Text Example
White with #C8509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8509C; }
p { color: rgb(200,80,156); }
H1.HeaderClassName
{
color: #C8509C;
}
.AnyTagClassName
{
color: #C8509C;
}
</style>
background-color css
<style>
a { background-color: #C8509C; }
a { background-color: rgb(200,80,156); }
div.DivClassName
{
background-color: #C8509C;
}
.BgClassName
{
background-color: #C8509C;
}
</style>
border-color css
<style>
span { border-color: #C8509C; }
span { border-color: rgb(200,80,156); }
td.TdClassName
{
border-color: #C8509C;
}
.TagClassName
{
border-color: #C8509C;
}
</style>