#C2488B

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

Shades of Mulberry #C2488B

Tints of Mulberry #C2488B

Color information

#C2488B (or 0xC2488B) is unknown color: approx Mulberry. HEX triplet: C2, 48 and 8B. RGB value is (194,72,139). Sum of RGB (Red+Green+Blue) = 194+72+139=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2488B is #3DB774. Grayscale: #737373. Windows color (decimal): -4044661 or 9128130. OLE color: 9128130.

HSL color Cylindrical-coordinate representation of color #C2488B: hue angle of 327.05º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2488B is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB19472139-
CMYK00.630.280.24
HSL327.05º50%52.16%-
HSV(B)327.05º62.89%76.08%-
XYZ29.2317.9726.35-
YUV116.12140.92183.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.90%
GREEN value IS 72 (28.52% from 255) = 17.78%
BLUE value IS 139 (54.69% from 255) = 34.32%
R=47.90%
G=17.78%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947213900.630.280.24327.055052.16
HexC2488B03F1C181473234
Octal30211021307734305076264
Binary1100001010010001000101101111111110011000101000111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2488B; }

 p { color: rgb(194,72,139); }

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

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

 a { background-color: rgb(194,72,139); }

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

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

 span { border-color: rgb(194,72,139); }

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