#C4478B

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

Shades of Mulberry #C4478B

Tints of Mulberry #C4478B

Color information

#C4478B (or 0xC4478B) is unknown color: approx Mulberry. HEX triplet: C4, 47 and 8B. RGB value is (196,71,139). Sum of RGB (Red+Green+Blue) = 196+71+139=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4478B is #3BB874. Grayscale: #737373. Windows color (decimal): -3913845 or 9127876. OLE color: 9127876.

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

Color convert

RGB19671139-
CMYK00.640.290.23
HSL327.36º51.44%52.35%-
HSV(B)327.36º63.78%76.86%-
XYZ29.6818.1126.36-
YUV116.13140.91184.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.28%
GREEN value IS 71 (28.12% from 255) = 17.49%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=48.28%
G=17.49%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967113900.640.290.23327.3651.4452.35
HexC4478B0401D171473334
Octal304107213010035275076364
Binary11000100100011110001011010000001110110111101000111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4478B; }

 p { color: rgb(196,71,139); }

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

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

 a { background-color: rgb(196,71,139); }

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

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

 span { border-color: rgb(196,71,139); }

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