Shades of Mulberry #CC5792
Tints of Mulberry #CC5792
RGB
CMYK
RGB Variations
Color information
#CC5792 (or 0xCC5792) is known color: Mulberry. HEX triplet: CC, 57 and 92. RGB value is (204,87,146). Sum of RGB (Red+Green+Blue) = 204+87+146=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5792 is #33A86D. Grayscale: #808080. Windows color (decimal): -3385454 or 9590732. OLE color: 9590732.
HSL color Cylindrical-coordinate representation of color #CC5792: hue angle of 329.74º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC5792 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 146 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.2 |
| HSL | 329.74º | 0.53% | 0.57% | - |
| HSV(B) | 329.74º | 0.57% | 0.8% | - |
| XYZ | 33.5 | 21.73 | 29.62 | - |
| YUV | 128.71 | 137.76 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 146 | 0 | 0.57 | 0.28 | 0.2 | 329.74 | 0.53 | 0.57 |
| Hex | CC | 57 | 92 | 0 | 39 | 1C | 14 | 14A | 35 | 39 |
| Octal | 314 | 127 | 222 | 0 | 71 | 34 | 24 | 512 | 65 | 71 |
| Binary | 11001100 | 1010111 | 10010010 | 0 | 111001 | 11100 | 10100 | 101001010 | 110101 | 111001 |
Color Harmonies of #CC5792
Complementary color
Monochromatic Colors of #CC5792
Black with #CC5792
Text Example
Text Example
White with #CC5792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5792; }
p { color: rgb(204,87,146); }
H1.HeaderClassName
{
color: #CC5792;
}
.AnyTagClassName
{
color: #CC5792;
}
</style>
background-color css
<style>
a { background-color: #CC5792; }
a { background-color: rgb(204,87,146); }
div.DivClassName
{
background-color: #CC5792;
}
.BgClassName
{
background-color: #CC5792;
}
</style>
border-color css
<style>
span { border-color: #CC5792; }
span { border-color: rgb(204,87,146); }
td.TdClassName
{
border-color: #CC5792;
}
.TagClassName
{
border-color: #CC5792;
}
</style>