#C0467E

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

Shades of Mulberry #C0467E

Tints of Mulberry #C0467E

Color information

#C0467E (or 0xC0467E) is unknown color: approx Mulberry. HEX triplet: C0, 46 and 7E. RGB value is (192,70,126). Sum of RGB (Red+Green+Blue) = 192+70+126=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0467E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0467E is #3FB981. Grayscale: #707070. Windows color (decimal): -4176258 or 8275648. OLE color: 8275648.

HSL color Cylindrical-coordinate representation of color #C0467E: hue angle of 332.46º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0467E is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19270126-
CMYK00.640.340.25
HSL332.46º49.19%51.37%-
HSV(B)332.46º63.54%75.29%-
XYZ27.6917.0921.58-
YUV112.86135.42184.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.48%
GREEN value IS 70 (27.73% from 255) = 18.04%
BLUE value IS 126 (49.61% from 255) = 32.47%
R=49.48%
G=18.04%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927012600.640.340.25332.4649.1951.37
HexC0467E040221914c3133
Octal300106176010042315146163
Binary11000000100011011111100100000010001011001101001100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0467E; }

 p { color: rgb(192,70,126); }

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

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

 a { background-color: rgb(192,70,126); }

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

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

 span { border-color: rgb(192,70,126); }

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