#C25997

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

Shades of Mulberry #C25997

Tints of Mulberry #C25997

Color information

#C25997 (or 0xC25997) is unknown color: approx Mulberry. HEX triplet: C2, 59 and 97. RGB value is (194,89,151). Sum of RGB (Red+Green+Blue) = 194+89+151=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C25997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25997 is #3DA668. Grayscale: #7F7F7F. Windows color (decimal): -4040297 or 9918914. OLE color: 9918914.

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

Color convert

RGB19489151-
CMYK00.540.220.24
HSL324.57º46.26%55.49%-
HSV(B)324.57º54.12%76.08%-
XYZ31.4120.8531.65-
YUV127.46141.29175.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 89 (35.16% from 255) = 20.51%
BLUE value IS 151 (59.38% from 255) = 34.79%
R=44.70%
G=20.51%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948915100.540.220.24324.5746.2655.49
HexC2599703616181452e37
Octal30213122706626305055667
Binary1100001010110011001011101101101011011000101000101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25997; }

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

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

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

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

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

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

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

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