#C25898

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

Shades of Mulberry #C25898

Tints of Mulberry #C25898

Color information

#C25898 (or 0xC25898) is unknown color: approx Mulberry. HEX triplet: C2, 58 and 98. RGB value is (194,88,152). Sum of RGB (Red+Green+Blue) = 194+88+152=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C25898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25898 is #3DA767. Grayscale: #7E7E7E. Windows color (decimal): -4040552 or 9984194. OLE color: 9984194.

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

Color convert

RGB19488152-
CMYK00.550.220.24
HSL323.77º46.49%55.29%-
HSV(B)323.77º54.64%76.08%-
XYZ31.4120.7232.05-
YUV126.99142.12175.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 88 (34.77% from 255) = 20.28%
BLUE value IS 152 (59.77% from 255) = 35.02%
R=44.70%
G=20.28%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948815200.550.220.24323.7746.4955.29
HexC2589803716181442e37
Octal30213023006726305045667
Binary1100001010110001001100001101111011011000101000100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25898; }

 p { color: rgb(194,88,152); }

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

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

 a { background-color: rgb(194,88,152); }

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

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

 span { border-color: rgb(194,88,152); }

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