#C25984

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

Shades of Mulberry #C25984

Tints of Mulberry #C25984

Color information

#C25984 (or 0xC25984) is unknown color: approx Mulberry. HEX triplet: C2, 59 and 84. RGB value is (194,89,132). Sum of RGB (Red+Green+Blue) = 194+89+132=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C25984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25984 is #3DA67B. Grayscale: #7D7D7D. Windows color (decimal): -4040316 or 8673730. OLE color: 8673730.

HSL color Cylindrical-coordinate representation of color #C25984: hue angle of 335.43º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25984 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB19489132-
CMYK00.540.320.24
HSL335.43º46.26%55.49%-
HSV(B)335.43º54.12%76.08%-
XYZ29.9920.2824.16-
YUV125.3131.79177-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 89 (35.16% from 255) = 21.45%
BLUE value IS 132 (51.95% from 255) = 31.81%
R=46.75%
G=21.45%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948913200.540.320.24335.4346.2655.49
HexC25984036201814f2e37
Octal30213120406640305175667
Binary11000010101100110000100011011010000011000101001111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25984; }

 p { color: rgb(194,89,132); }

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

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

 a { background-color: rgb(194,89,132); }

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

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

 span { border-color: rgb(194,89,132); }

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