#c25b85

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

Shades of Mulberry #C25B85

Tints of Mulberry #C25B85

Color information

#C25B85 (or 0xC25B85) is unknown color: approx Mulberry. HEX triplet: C2, 5B and 85. RGB value is (194,91,133). Sum of RGB (Red+Green+Blue) = 194+91+133=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25B85 is #3DA47A. Grayscale: #7E7E7E. Windows color (decimal): -4039803 or 8739778. OLE color: 8739778.

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

Color convert

RGB19491133-
CMYK00.530.310.24
HSL335.53º45.78%55.88%-
HSV(B)335.53º53.09%76.08%-
XYZ30.2220.6424.58-
YUV126.58131.62176.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.41%
GREEN value IS 91 (35.94% from 255) = 21.77%
BLUE value IS 133 (52.34% from 255) = 31.82%
R=46.41%
G=21.77%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949113300.530.310.24335.5345.7855.88
HexC25B850351F181502e38
Octal30213320506537305205670
Binary1100001010110111000010101101011111111000101010000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c25b85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c25b85; }

 p { color: rgb(194,91,133); }

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

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

 a { background-color: rgb(194,91,133); }

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

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

 span { border-color: rgb(194,91,133); }

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