#C25987

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

Shades of Mulberry #C25987

Tints of Mulberry #C25987

Color information

#C25987 (or 0xC25987) is unknown color: approx Mulberry. HEX triplet: C2, 59 and 87. RGB value is (194,89,135). Sum of RGB (Red+Green+Blue) = 194+89+135=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C25987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25987 is #3DA678. Grayscale: #7D7D7D. Windows color (decimal): -4040313 or 8870338. OLE color: 8870338.

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

Color convert

RGB19489135-
CMYK00.540.300.24
HSL333.71º46.26%55.49%-
HSV(B)333.71º54.12%76.08%-
XYZ30.1920.3625.26-
YUV125.64133.29176.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.41%
GREEN value IS 89 (35.16% from 255) = 21.29%
BLUE value IS 135 (53.12% from 255) = 32.30%
R=46.41%
G=21.29%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948913500.540.300.24333.7146.2655.49
HexC259870361E1814e2e37
Octal30213120706636305165667
Binary1100001010110011000011101101101111011000101001110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25987; }

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

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

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

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

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

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

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

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