#C14797

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

Shades of Mulberry #C14797

Tints of Mulberry #C14797

Color information

#C14797 (or 0xC14797) is unknown color: approx Mulberry. HEX triplet: C1, 47 and 97. RGB value is (193,71,151). Sum of RGB (Red+Green+Blue) = 193+71+151=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C14797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14797 is #3EB868. Grayscale: #747474. Windows color (decimal): -4110441 or 9914305. OLE color: 9914305.

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

Color convert

RGB19371151-
CMYK00.630.220.24
HSL320.66º49.59%51.76%-
HSV(B)320.66º63.21%75.69%-
XYZ29.8318.0831.2-
YUV116.6147.42182.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.51%
GREEN value IS 71 (28.12% from 255) = 17.11%
BLUE value IS 151 (59.38% from 255) = 36.39%
R=46.51%
G=17.11%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937115100.630.220.24320.6649.5951.76
HexC1479703F16181413234
Octal30110722707726305016264
Binary1100000110001111001011101111111011011000101000001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14797; }

 p { color: rgb(193,71,151); }

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

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

 a { background-color: rgb(193,71,151); }

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

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

 span { border-color: rgb(193,71,151); }

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