#C2457F

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

Shades of Mulberry #C2457F

Tints of Mulberry #C2457F

Color information

#C2457F (or 0xC2457F) is unknown color: approx Mulberry. HEX triplet: C2, 45 and 7F. RGB value is (194,69,127). Sum of RGB (Red+Green+Blue) = 194+69+127=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2457F is #3DBA80. Grayscale: #707070. Windows color (decimal): -4045441 or 8340930. OLE color: 8340930.

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

Color convert

RGB19469127-
CMYK00.640.350.24
HSL332.16º50.61%51.57%-
HSV(B)332.16º64.43%76.08%-
XYZ28.2117.2621.92-
YUV112.99135.91185.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.74%
GREEN value IS 69 (27.34% from 255) = 17.69%
BLUE value IS 127 (50% from 255) = 32.56%
R=49.74%
G=17.69%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946912700.640.350.24332.1650.6151.57
HexC2457F040231814c3334
Octal302105177010043305146364
Binary11000010100010111111110100000010001111000101001100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2457F; }

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

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

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

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

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

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

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

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