Shades of Mulberry #C45CA5
Tints of Mulberry #C45CA5
RGB
CMYK
RGB Variations
Color information
#C45CA5 (or 0xC45CA5) is known color: Mulberry. HEX triplet: C4, 5C and A5. RGB value is (196,92,165). Sum of RGB (Red+Green+Blue) = 196+92+165=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C45CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45CA5 is #3BA35A. Grayscale: #838383. Windows color (decimal): -3908443 or 10837188. OLE color: 10837188.
HSL color Cylindrical-coordinate representation of color #C45CA5: hue angle of 317.88º 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 #C45CA5 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 92 | 165 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.23 |
| HSL | 317.88º | 0.47% | 0.56% | - |
| HSV(B) | 317.88º | 0.53% | 0.77% | - |
| XYZ | 33.38 | 22.11 | 38.1 | - |
| YUV | 131.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 165 | 0 | 0.53 | 0.16 | 0.23 | 317.88 | 0.47 | 0.56 |
| Hex | C4 | 5C | A5 | 0 | 35 | 10 | 17 | 13E | 2F | 38 |
| Octal | 304 | 134 | 245 | 0 | 65 | 20 | 27 | 476 | 57 | 70 |
| Binary | 11000100 | 1011100 | 10100101 | 0 | 110101 | 10000 | 10111 | 100111110 | 101111 | 111000 |
Color Harmonies of #C45CA5
Complementary color
Monochromatic Colors of #C45CA5
Black with #C45CA5
Text Example
Text Example
White with #C45CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45CA5; }
p { color: rgb(196,92,165); }
H1.HeaderClassName
{
color: #C45CA5;
}
.AnyTagClassName
{
color: #C45CA5;
}
</style>
background-color css
<style>
a { background-color: #C45CA5; }
a { background-color: rgb(196,92,165); }
div.DivClassName
{
background-color: #C45CA5;
}
.BgClassName
{
background-color: #C45CA5;
}
</style>
border-color css
<style>
span { border-color: #C45CA5; }
span { border-color: rgb(196,92,165); }
td.TdClassName
{
border-color: #C45CA5;
}
.TagClassName
{
border-color: #C45CA5;
}
</style>