Shades of Mulberry #C255A6
Tints of Mulberry #C255A6
RGB
CMYK
RGB Variations
Color information
#C255A6 (or 0xC255A6) is known color: Mulberry. HEX triplet: C2, 55 and A6. RGB value is (194,85,166). Sum of RGB (Red+Green+Blue) = 194+85+166=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C255A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C255A6 is #3DAA59. Grayscale: #7E7E7E. Windows color (decimal): -4041306 or 10900930. OLE color: 10900930.
HSL color Cylindrical-coordinate representation of color #C255A6: hue angle of 315.41º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C255A6 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 166 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.24 |
| HSL | 315.41º | 0.47% | 0.55% | - |
| HSV(B) | 315.41º | 0.56% | 0.76% | - |
| XYZ | 32.38 | 20.72 | 38.37 | - |
| YUV | 126.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 166 | 0 | 0.56 | 0.14 | 0.24 | 315.41 | 0.47 | 0.55 |
| Hex | C2 | 55 | A6 | 0 | 38 | E | 18 | 13B | 2F | 37 |
| Octal | 302 | 125 | 246 | 0 | 70 | 16 | 30 | 473 | 57 | 67 |
| Binary | 11000010 | 1010101 | 10100110 | 0 | 111000 | 1110 | 11000 | 100111011 | 101111 | 110111 |
Color Harmonies of #C255A6
Complementary color
Monochromatic Colors of #C255A6
Black with #C255A6
Text Example
Text Example
White with #C255A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C255A6; }
p { color: rgb(194,85,166); }
H1.HeaderClassName
{
color: #C255A6;
}
.AnyTagClassName
{
color: #C255A6;
}
</style>
background-color css
<style>
a { background-color: #C255A6; }
a { background-color: rgb(194,85,166); }
div.DivClassName
{
background-color: #C255A6;
}
.BgClassName
{
background-color: #C255A6;
}
</style>
border-color css
<style>
span { border-color: #C255A6; }
span { border-color: rgb(194,85,166); }
td.TdClassName
{
border-color: #C255A6;
}
.TagClassName
{
border-color: #C255A6;
}
</style>