#C25488

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

Shades of Mulberry #C25488

Tints of Mulberry #C25488

Color information

#C25488 (or 0xC25488) is unknown color: approx Mulberry. HEX triplet: C2, 54 and 88. RGB value is (194,84,136). Sum of RGB (Red+Green+Blue) = 194+84+136=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C25488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25488 is #3DAB77. Grayscale: #7A7A7A. Windows color (decimal): -4041592 or 8934594. OLE color: 8934594.

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

Color convert

RGB19484136-
CMYK00.570.300.24
HSL331.64º47.41%54.51%-
HSV(B)331.64º56.7%76.08%-
XYZ29.8619.5925.5-
YUV122.82135.44178.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.86%
GREEN value IS 84 (33.20% from 255) = 20.29%
BLUE value IS 136 (53.52% from 255) = 32.85%
R=46.86%
G=20.29%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948413600.570.300.24331.6447.4154.51
HexC254880391E1814c2f37
Octal30212421007136305145767
Binary1100001010101001000100001110011111011000101001100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25488; }

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

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

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

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

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

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

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

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