#C14982

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

Shades of Mulberry #C14982

Tints of Mulberry #C14982

Color information

#C14982 (or 0xC14982) is unknown color: approx Mulberry. HEX triplet: C1, 49 and 82. RGB value is (193,73,130). Sum of RGB (Red+Green+Blue) = 193+73+130=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C14982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14982 is #3EB67D. Grayscale: #737373. Windows color (decimal): -4109950 or 8538561. OLE color: 8538561.

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

Color convert

RGB19373130-
CMYK00.620.330.24
HSL331.5º49.18%52.16%-
HSV(B)331.5º62.18%75.69%-
XYZ28.417.7123.04-
YUV115.38136.26183.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.74%
GREEN value IS 73 (28.91% from 255) = 18.43%
BLUE value IS 130 (51.17% from 255) = 32.83%
R=48.74%
G=18.43%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937313000.620.330.24331.549.1852.16
HexC1498203E211814c3134
Octal30111120207641305146164
Binary11000001100100110000010011111010000111000101001100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14982; }

 p { color: rgb(193,73,130); }

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

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

 a { background-color: rgb(193,73,130); }

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

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

 span { border-color: rgb(193,73,130); }

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