#c4488f

Color #C4488F Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #C4488F

Tints of Mulberry #C4488F

Color information

#C4488F (or 0xC4488F) is unknown color: approx Mulberry. HEX triplet: C4, 48 and 8F. RGB value is (196,72,143). Sum of RGB (Red+Green+Blue) = 196+72+143=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C4488F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4488F is #3BB770. Grayscale: #757575. Windows color (decimal): -3913585 or 9390276. OLE color: 9390276.

HSL color Cylindrical-coordinate representation of color #C4488F: hue angle of 325.65º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4488F is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB19672143-
CMYK00.630.270.23
HSL325.65º51.24%52.55%-
HSV(B)325.65º63.27%76.86%-
XYZ30.0418.3527.95-
YUV117.17142.58184.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 47.69%
GREEN value IS 72 (28.52% from 255) = 17.52%
BLUE value IS 143 (56.25% from 255) = 34.79%
R=47.69%
G=17.52%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967214300.630.270.23325.6551.2452.55
HexC4488F03F1B171463335
Octal30411021707733275066365
Binary1100010010010001000111101111111101110111101000110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4488f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4488f; }

 p { color: rgb(196,72,143); }

 H1.HeaderClassName
 {
   color: #c4488f;
 }
 .AnyTagClassName
 {
   color: #c4488f;
 }
</style>
background-color css

<style>
 a { background-color: #c4488f; }

 a { background-color: rgb(196,72,143); }

 div.DivClassName
 {
   background-color: #c4488f;
 }
 .BgClassName
 {
   background-color: #c4488f;
 }
</style>
border-color css

<style>
 span { border-color: #c4488f; }

 span { border-color: rgb(196,72,143); }

 td.TdClassName
 {
   border-color: #c4488f;
 }
 .TagClassName
 {
   border-color: #c4488f;
 }
</style>