Shades of Mulberry #C25BA6
Tints of Mulberry #C25BA6
RGB
CMYK
RGB Variations
Color information
#C25BA6 (or 0xC25BA6) is known color: Mulberry. HEX triplet: C2, 5B and A6. RGB value is (194,91,166). Sum of RGB (Red+Green+Blue) = 194+91+166=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C25BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25BA6 is #3DA459. Grayscale: #828282. Windows color (decimal): -4039770 or 10902466. OLE color: 10902466.
HSL color Cylindrical-coordinate representation of color #C25BA6: hue angle of 316.31º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25BA6 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 166 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.24 |
| HSL | 316.31º | 0.46% | 0.56% | - |
| HSV(B) | 316.31º | 0.53% | 0.76% | - |
| XYZ | 32.87 | 21.7 | 38.53 | - |
| YUV | 130.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 166 | 0 | 0.53 | 0.14 | 0.24 | 316.31 | 0.46 | 0.56 |
| Hex | C2 | 5B | A6 | 0 | 35 | E | 18 | 13C | 2E | 38 |
| Octal | 302 | 133 | 246 | 0 | 65 | 16 | 30 | 474 | 56 | 70 |
| Binary | 11000010 | 1011011 | 10100110 | 0 | 110101 | 1110 | 11000 | 100111100 | 101110 | 111000 |
Color Harmonies of #C25BA6
Complementary color
Monochromatic Colors of #C25BA6
Black with #C25BA6
Text Example
Text Example
White with #C25BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BA6; }
p { color: rgb(194,91,166); }
H1.HeaderClassName
{
color: #C25BA6;
}
.AnyTagClassName
{
color: #C25BA6;
}
</style>
background-color css
<style>
a { background-color: #C25BA6; }
a { background-color: rgb(194,91,166); }
div.DivClassName
{
background-color: #C25BA6;
}
.BgClassName
{
background-color: #C25BA6;
}
</style>
border-color css
<style>
span { border-color: #C25BA6; }
span { border-color: rgb(194,91,166); }
td.TdClassName
{
border-color: #C25BA6;
}
.TagClassName
{
border-color: #C25BA6;
}
</style>