#C14681

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

Shades of Mulberry #C14681

Tints of Mulberry #C14681

Color information

#C14681 (or 0xC14681) is unknown color: approx Mulberry. HEX triplet: C1, 46 and 81. RGB value is (193,70,129). Sum of RGB (Red+Green+Blue) = 193+70+129=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C14681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14681 is #3EB97E. Grayscale: #717171. Windows color (decimal): -4110719 or 8472257. OLE color: 8472257.

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

Color convert

RGB19370129-
CMYK00.640.330.24
HSL331.22º49.8%51.57%-
HSV(B)331.22º63.73%75.69%-
XYZ28.1417.322.63-
YUV113.5136.75184.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.23%
GREEN value IS 70 (27.73% from 255) = 17.86%
BLUE value IS 129 (50.78% from 255) = 32.91%
R=49.23%
G=17.86%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937012900.640.330.24331.2249.851.57
HexC14681040211814b3234
Octal301106201010041305136264
Binary110000011000110100000010100000010000111000101001011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14681; }

 p { color: rgb(193,70,129); }

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

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

 a { background-color: rgb(193,70,129); }

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

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

 span { border-color: rgb(193,70,129); }

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