#C1438B

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

Shades of Mulberry #C1438B

Tints of Mulberry #C1438B

Color information

#C1438B (or 0xC1438B) is unknown color: approx Mulberry. HEX triplet: C1, 43 and 8B. RGB value is (193,67,139). Sum of RGB (Red+Green+Blue) = 193+67+139=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1438B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1438B is #3EBC74. Grayscale: #707070. Windows color (decimal): -4111477 or 9126849. OLE color: 9126849.

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

Color convert

RGB19367139-
CMYK00.650.280.24
HSL325.71º50.4%50.98%-
HSV(B)325.71º65.28%75.69%-
XYZ28.6617.2226.24-
YUV112.88142.74185.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.37%
GREEN value IS 67 (26.56% from 255) = 16.79%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=48.37%
G=16.79%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936713900.650.280.24325.7150.450.98
HexC1438B0411C181463233
Octal301103213010134305066263
Binary11000001100001110001011010000011110011000101000110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1438B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1438B; }

 p { color: rgb(193,67,139); }

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

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

 a { background-color: rgb(193,67,139); }

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

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

 span { border-color: rgb(193,67,139); }

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