#C25993

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

Shades of Mulberry #C25993

Tints of Mulberry #C25993

Color information

#C25993 (or 0xC25993) is unknown color: approx Mulberry. HEX triplet: C2, 59 and 93. RGB value is (194,89,147). Sum of RGB (Red+Green+Blue) = 194+89+147=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C25993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25993 is #3DA66C. Grayscale: #7E7E7E. Windows color (decimal): -4040301 or 9656770. OLE color: 9656770.

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

Color convert

RGB19489147-
CMYK00.540.240.24
HSL326.86º46.26%55.49%-
HSV(B)326.86º54.12%76.08%-
XYZ31.0920.7229.96-
YUV127.01139.29175.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.12%
GREEN value IS 89 (35.16% from 255) = 20.70%
BLUE value IS 147 (57.81% from 255) = 34.19%
R=45.12%
G=20.70%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948914700.540.240.24326.8646.2655.49
HexC2599303618181472e37
Octal30213122306630305075667
Binary1100001010110011001001101101101100011000101000111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25993; }

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

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

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

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

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

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

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

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