#C14B85

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

Shades of Mulberry #C14B85

Tints of Mulberry #C14B85

Color information

#C14B85 (or 0xC14B85) is unknown color: approx Mulberry. HEX triplet: C1, 4B and 85. RGB value is (193,75,133). Sum of RGB (Red+Green+Blue) = 193+75+133=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14B85 is #3EB47A. Grayscale: #747474. Windows color (decimal): -4109435 or 8735681. OLE color: 8735681.

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

Color convert

RGB19375133-
CMYK00.610.310.24
HSL330.51º48.76%52.55%-
HSV(B)330.51º61.14%75.69%-
XYZ28.7418.0624.16-
YUV116.89137.09182.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.13%
GREEN value IS 75 (29.69% from 255) = 18.70%
BLUE value IS 133 (52.34% from 255) = 33.17%
R=48.13%
G=18.70%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937513300.610.310.24330.5148.7652.55
HexC14B8503D1F1814b3135
Octal30111320507537305136165
Binary1100000110010111000010101111011111111000101001011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14B85; }

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

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

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

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

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

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

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

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