#C4427F

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

Shades of Mulberry #C4427F

Tints of Mulberry #C4427F

Color information

#C4427F (or 0xC4427F) is unknown color: approx Mulberry. HEX triplet: C4, 42 and 7F. RGB value is (196,66,127). Sum of RGB (Red+Green+Blue) = 196+66+127=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4427F is #3BBD80. Grayscale: #6F6F6F. Windows color (decimal): -3915137 or 8340164. OLE color: 8340164.

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

Color convert

RGB19666127-
CMYK00.660.350.23
HSL331.85º52.42%51.37%-
HSV(B)331.85º66.33%76.86%-
XYZ28.5417.1621.89-
YUV111.82136.57188.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.39%
GREEN value IS 66 (26.17% from 255) = 16.97%
BLUE value IS 127 (50% from 255) = 32.65%
R=50.39%
G=16.97%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966612700.660.350.23331.8552.4251.37
HexC4427F042231714c3433
Octal304102177010243275146463
Binary11000100100001011111110100001010001110111101001100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4427F; }

 p { color: rgb(196,66,127); }

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

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

 a { background-color: rgb(196,66,127); }

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

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

 span { border-color: rgb(196,66,127); }

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