#c2487f

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

Shades of Mulberry #C2487F

Tints of Mulberry #C2487F

Color information

#C2487F (or 0xC2487F) is unknown color: approx Mulberry. HEX triplet: C2, 48 and 7F. RGB value is (194,72,127). Sum of RGB (Red+Green+Blue) = 194+72+127=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C2487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2487F is #3DB780. Grayscale: #727272. Windows color (decimal): -4044673 or 8341698. OLE color: 8341698.

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

Color convert

RGB19472127-
CMYK00.630.350.24
HSL332.95º50%52.16%-
HSV(B)332.95º62.89%76.08%-
XYZ28.417.6421.99-
YUV114.75134.92184.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.36%
GREEN value IS 72 (28.52% from 255) = 18.32%
BLUE value IS 127 (50% from 255) = 32.32%
R=49.36%
G=18.32%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947212700.630.350.24332.955052.16
HexC2487F03F231814d3234
Octal30211017707743305156264
Binary1100001010010001111111011111110001111000101001101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2487f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2487f; }

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

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

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

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

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

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

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

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