#C4507F

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

Shades of Mulberry #C4507F

Tints of Mulberry #C4507F

Color information

#C4507F (or 0xC4507F) is unknown color: approx Mulberry. HEX triplet: C4, 50 and 7F. RGB value is (196,80,127). Sum of RGB (Red+Green+Blue) = 196+80+127=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4507F is #3BAF80. Grayscale: #777777. Windows color (decimal): -3911553 or 8343748. OLE color: 8343748.

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

Color convert

RGB19680127-
CMYK00.590.350.23
HSL335.69º49.57%54.12%-
HSV(B)335.69º59.18%76.86%-
XYZ29.4619.0122.19-
YUV120.04131.93182.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.64%
GREEN value IS 80 (31.64% from 255) = 19.85%
BLUE value IS 127 (50% from 255) = 31.51%
R=48.64%
G=19.85%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968012700.590.350.23335.6949.5754.12
HexC4507F03B23171503236
Octal30412017707343275206266
Binary1100010010100001111111011101110001110111101010000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4507F; }

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

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

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

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

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

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

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

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