#C1438A

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

Shades of Mulberry #C1438A

Tints of Mulberry #C1438A

Color information

#C1438A (or 0xC1438A) is unknown color: approx Mulberry. HEX triplet: C1, 43 and 8A. RGB value is (193,67,138). Sum of RGB (Red+Green+Blue) = 193+67+138=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C1438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1438A is #3EBC75. Grayscale: #707070. Windows color (decimal): -4111478 or 9061313. OLE color: 9061313.

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

Color convert

RGB19367138-
CMYK00.650.280.24
HSL326.19º50.4%50.98%-
HSV(B)326.19º65.28%75.69%-
XYZ28.5917.1925.86-
YUV112.77142.24185.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.49%
GREEN value IS 67 (26.56% from 255) = 16.83%
BLUE value IS 138 (54.30% from 255) = 34.67%
R=48.49%
G=16.83%
B=34.67%

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
Decimal1936713800.650.280.24326.1950.450.98
HexC1438A0411C181463233
Octal301103212010134305066263
Binary11000001100001110001010010000011110011000101000110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1438A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1438A; }

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

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

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

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

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

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

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

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