#C14B97

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

Shades of Mulberry #C14B97

Tints of Mulberry #C14B97

Color information

#C14B97 (or 0xC14B97) is unknown color: approx Mulberry. HEX triplet: C1, 4B and 97. RGB value is (193,75,151). Sum of RGB (Red+Green+Blue) = 193+75+151=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14B97 is #3EB468. Grayscale: #767676. Windows color (decimal): -4109417 or 9915329. OLE color: 9915329.

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

Color convert

RGB19375151-
CMYK00.610.220.24
HSL321.36º48.76%52.55%-
HSV(B)321.36º61.14%75.69%-
XYZ30.0918.631.28-
YUV118.95146.09180.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.06%
GREEN value IS 75 (29.69% from 255) = 17.90%
BLUE value IS 151 (59.38% from 255) = 36.04%
R=46.06%
G=17.90%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937515100.610.220.24321.3648.7652.55
HexC14B9703D16181413135
Octal30111322707526305016165
Binary1100000110010111001011101111011011011000101000001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14B97; }

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

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

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

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

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

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

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

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