#C1448A

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

Shades of Mulberry #C1448A

Tints of Mulberry #C1448A

Color information

#C1448A (or 0xC1448A) is unknown color: approx Mulberry. HEX triplet: C1, 44 and 8A. RGB value is (193,68,138). Sum of RGB (Red+Green+Blue) = 193+68+138=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1448A is #3EBB75. Grayscale: #717171. Windows color (decimal): -4111222 or 9061569. OLE color: 9061569.

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

Color convert

RGB19368138-
CMYK00.650.280.24
HSL326.4º50.2%51.18%-
HSV(B)326.4º64.77%75.69%-
XYZ28.6517.3125.88-
YUV113.35141.91184.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.37%
GREEN value IS 68 (26.95% from 255) = 17.04%
BLUE value IS 138 (54.30% from 255) = 34.59%
R=48.37%
G=17.04%
B=34.59%

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
Decimal1936813800.650.280.24326.450.251.18
HexC1448A0411C181463233
Octal301104212010134305066263
Binary11000001100010010001010010000011110011000101000110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1448A; }

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

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

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

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

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

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

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

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