#C1457F

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

Shades of Mulberry #C1457F

Tints of Mulberry #C1457F

Color information

#C1457F (or 0xC1457F) is unknown color: approx Mulberry. HEX triplet: C1, 45 and 7F. RGB value is (193,69,127). Sum of RGB (Red+Green+Blue) = 193+69+127=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1457F is #3EBA80. Grayscale: #707070. Windows color (decimal): -4110977 or 8340929. OLE color: 8340929.

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

Color convert

RGB19369127-
CMYK00.640.340.24
HSL331.94º50%51.37%-
HSV(B)331.94º64.25%75.69%-
XYZ27.9517.1321.91-
YUV112.69136.08185.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.61%
GREEN value IS 69 (27.34% from 255) = 17.74%
BLUE value IS 127 (50% from 255) = 32.65%
R=49.61%
G=17.74%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936912700.640.340.24331.945051.37
HexC1457F040221814c3233
Octal301105177010042305146263
Binary11000001100010111111110100000010001011000101001100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1457F; }

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

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

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

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

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

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

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

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