#C14C89

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

Shades of Mulberry #C14C89

Tints of Mulberry #C14C89

Color information

#C14C89 (or 0xC14C89) is unknown color: approx Mulberry. HEX triplet: C1, 4C and 89. RGB value is (193,76,137). Sum of RGB (Red+Green+Blue) = 193+76+137=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14C89 is #3EB376. Grayscale: #757575. Windows color (decimal): -4109175 or 8998081. OLE color: 8998081.

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

Color convert

RGB19376137-
CMYK00.610.290.24
HSL328.72º48.55%52.75%-
HSV(B)328.72º60.62%75.69%-
XYZ29.0918.3125.67-
YUV117.94138.76181.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.54%
GREEN value IS 76 (30.08% from 255) = 18.72%
BLUE value IS 137 (53.91% from 255) = 33.74%
R=47.54%
G=18.72%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937613700.610.290.24328.7248.5552.75
HexC14C8903D1D181493135
Octal30111421107535305116165
Binary1100000110011001000100101111011110111000101001001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14C89; }

 p { color: rgb(193,76,137); }

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

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

 a { background-color: rgb(193,76,137); }

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

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

 span { border-color: rgb(193,76,137); }

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