Shades of Mulberry #CC4697
Tints of Mulberry #CC4697
RGB
CMYK
RGB Variations
Color information
#CC4697 (or 0xCC4697) is known color: Mulberry. HEX triplet: CC, 46 and 97. RGB value is (204,70,151). Sum of RGB (Red+Green+Blue) = 204+70+151=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4697 is #33B968. Grayscale: #777777. Windows color (decimal): -3389801 or 9914060. OLE color: 9914060.
HSL color Cylindrical-coordinate representation of color #CC4697: hue angle of 323.73º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4697 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 151 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.2 |
| HSL | 323.73º | 0.57% | 0.54% | - |
| HSV(B) | 323.73º | 0.66% | 0.8% | - |
| XYZ | 32.68 | 19.45 | 31.31 | - |
| YUV | 119.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 151 | 0 | 0.66 | 0.26 | 0.2 | 323.73 | 0.57 | 0.54 |
| Hex | CC | 46 | 97 | 0 | 42 | 1A | 14 | 144 | 39 | 36 |
| Octal | 314 | 106 | 227 | 0 | 102 | 32 | 24 | 504 | 71 | 66 |
| Binary | 11001100 | 1000110 | 10010111 | 0 | 1000010 | 11010 | 10100 | 101000100 | 111001 | 110110 |
Color Harmonies of #CC4697
Complementary color
Monochromatic Colors of #CC4697
Black with #CC4697
Text Example
Text Example
White with #CC4697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4697; }
p { color: rgb(204,70,151); }
H1.HeaderClassName
{
color: #CC4697;
}
.AnyTagClassName
{
color: #CC4697;
}
</style>
background-color css
<style>
a { background-color: #CC4697; }
a { background-color: rgb(204,70,151); }
div.DivClassName
{
background-color: #CC4697;
}
.BgClassName
{
background-color: #CC4697;
}
</style>
border-color css
<style>
span { border-color: #CC4697; }
span { border-color: rgb(204,70,151); }
td.TdClassName
{
border-color: #CC4697;
}
.TagClassName
{
border-color: #CC4697;
}
</style>