#C25983

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

Shades of Mulberry #C25983

Tints of Mulberry #C25983

Color information

#C25983 (or 0xC25983) is unknown color: approx Mulberry. HEX triplet: C2, 59 and 83. RGB value is (194,89,131). Sum of RGB (Red+Green+Blue) = 194+89+131=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C25983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25983 is #3DA67C. Grayscale: #7D7D7D. Windows color (decimal): -4040317 or 8608194. OLE color: 8608194.

HSL color Cylindrical-coordinate representation of color #C25983: hue angle of 336º 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 #C25983 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB19489131-
CMYK00.540.320.24
HSL336º46.26%55.49%-
HSV(B)336º54.12%76.08%-
XYZ29.9220.2523.81-
YUV125.18131.29177.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.86%
GREEN value IS 89 (35.16% from 255) = 21.50%
BLUE value IS 131 (51.56% from 255) = 31.64%
R=46.86%
G=21.50%
B=31.64%

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
Decimal1948913100.540.320.2433646.2655.49
HexC2598303620181502e37
Octal30213120306640305205667
Binary11000010101100110000011011011010000011000101010000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25983; }

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

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

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

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

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

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

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

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