#C14B8B

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

Shades of Mulberry #C14B8B

Tints of Mulberry #C14B8B

Color information

#C14B8B (or 0xC14B8B) is unknown color: approx Mulberry. HEX triplet: C1, 4B and 8B. RGB value is (193,75,139). Sum of RGB (Red+Green+Blue) = 193+75+139=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14B8B is #3EB474. Grayscale: #757575. Windows color (decimal): -4109429 or 9128897. OLE color: 9128897.

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

Color convert

RGB19375139-
CMYK00.610.280.24
HSL327.46º48.76%52.55%-
HSV(B)327.46º61.14%75.69%-
XYZ29.1718.2326.41-
YUV117.58140.09181.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.42%
GREEN value IS 75 (29.69% from 255) = 18.43%
BLUE value IS 139 (54.69% from 255) = 34.15%
R=47.42%
G=18.43%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937513900.610.280.24327.4648.7652.55
HexC14B8B03D1C181473135
Octal30111321307534305076165
Binary1100000110010111000101101111011110011000101000111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14B8B; }

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

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

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

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

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

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

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

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