Shades of Mulberry #C45C8C
Tints of Mulberry #C45C8C
RGB
CMYK
RGB Variations
Color information
#C45C8C (or 0xC45C8C) is known color: Mulberry. HEX triplet: C4, 5C and 8C. RGB value is (196,92,140). Sum of RGB (Red+Green+Blue) = 196+92+140=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45C8C is #3BA373. Grayscale: #808080. Windows color (decimal): -3908468 or 9198788. OLE color: 9198788.
HSL color Cylindrical-coordinate representation of color #C45C8C: hue angle of 332.31º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45C8C is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 92 | 140 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.23 |
| HSL | 332.31º | 0.47% | 0.56% | - |
| HSV(B) | 332.31º | 0.53% | 0.77% | - |
| XYZ | 31.33 | 21.28 | 27.27 | - |
| YUV | 128.57 | 134.46 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 140 | 0 | 0.53 | 0.29 | 0.23 | 332.31 | 0.47 | 0.56 |
| Hex | C4 | 5C | 8C | 0 | 35 | 1D | 17 | 14C | 2F | 38 |
| Octal | 304 | 134 | 214 | 0 | 65 | 35 | 27 | 514 | 57 | 70 |
| Binary | 11000100 | 1011100 | 10001100 | 0 | 110101 | 11101 | 10111 | 101001100 | 101111 | 111000 |
Color Harmonies of #C45C8C
Complementary color
Monochromatic Colors of #C45C8C
Black with #C45C8C
Text Example
Text Example
White with #C45C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45C8C; }
p { color: rgb(196,92,140); }
H1.HeaderClassName
{
color: #C45C8C;
}
.AnyTagClassName
{
color: #C45C8C;
}
</style>
background-color css
<style>
a { background-color: #C45C8C; }
a { background-color: rgb(196,92,140); }
div.DivClassName
{
background-color: #C45C8C;
}
.BgClassName
{
background-color: #C45C8C;
}
</style>
border-color css
<style>
span { border-color: #C45C8C; }
span { border-color: rgb(196,92,140); }
td.TdClassName
{
border-color: #C45C8C;
}
.TagClassName
{
border-color: #C45C8C;
}
</style>