#C1428B

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

Shades of Mulberry #C1428B

Tints of Mulberry #C1428B

Color information

#C1428B (or 0xC1428B) is unknown color: approx Mulberry. HEX triplet: C1, 42 and 8B. RGB value is (193,66,139). Sum of RGB (Red+Green+Blue) = 193+66+139=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C1428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1428B is #3EBD74. Grayscale: #707070. Windows color (decimal): -4111733 or 9126593. OLE color: 9126593.

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

Color convert

RGB19366139-
CMYK00.660.280.24
HSL325.51º50.6%50.78%-
HSV(B)325.51º65.8%75.69%-
XYZ28.617.126.22-
YUV112.3143.08185.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.49%
GREEN value IS 66 (26.17% from 255) = 16.58%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=48.49%
G=16.58%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936613900.660.280.24325.5150.650.78
HexC1428B0421C181463333
Octal301102213010234305066363
Binary11000001100001010001011010000101110011000101000110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1428B; }

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

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

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

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

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

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

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

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