#C25588

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

Shades of Mulberry #C25588

Tints of Mulberry #C25588

Color information

#C25588 (or 0xC25588) is unknown color: approx Mulberry. HEX triplet: C2, 55 and 88. RGB value is (194,85,136). Sum of RGB (Red+Green+Blue) = 194+85+136=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C25588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25588 is #3DAA77. Grayscale: #7B7B7B. Windows color (decimal): -4041336 or 8934850. OLE color: 8934850.

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

Color convert

RGB19485136-
CMYK00.560.300.24
HSL331.93º47.19%54.71%-
HSV(B)331.93º56.19%76.08%-
XYZ29.9419.7425.53-
YUV123.4135.11178.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 85 (33.59% from 255) = 20.48%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=46.75%
G=20.48%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948513600.560.300.24331.9347.1954.71
HexC255880381E1814c2f37
Octal30212521007036305145767
Binary1100001010101011000100001110001111011000101001100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25588; }

 p { color: rgb(194,85,136); }

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

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

 a { background-color: rgb(194,85,136); }

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

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

 span { border-color: rgb(194,85,136); }

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