#C04F96

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

Shades of Mulberry #C04F96

Tints of Mulberry #C04F96

Color information

#C04F96 (or 0xC04F96) is unknown color: approx Mulberry. HEX triplet: C0, 4F and 96. RGB value is (192,79,150). Sum of RGB (Red+Green+Blue) = 192+79+150=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04F96 is #3FB069. Grayscale: #787878. Windows color (decimal): -4173930 or 9850816. OLE color: 9850816.

HSL color Cylindrical-coordinate representation of color #C04F96: hue angle of 322.3º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04F96 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB19279150-
CMYK00.590.220.25
HSL322.3º47.28%53.14%-
HSV(B)322.3º58.85%75.29%-
XYZ30.041930.94-
YUV120.88144.44178.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.61%
GREEN value IS 79 (31.25% from 255) = 18.76%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=45.61%
G=18.76%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927915000.590.220.25322.347.2853.14
HexC04F9603B16191422f35
Octal30011722607326315025765
Binary1100000010011111001011001110111011011001101000010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04F96; }

 p { color: rgb(192,79,150); }

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

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

 a { background-color: rgb(192,79,150); }

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

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

 span { border-color: rgb(192,79,150); }

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