#C14792

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

Shades of Mulberry #C14792

Tints of Mulberry #C14792

Color information

#C14792 (or 0xC14792) is unknown color: approx Mulberry. HEX triplet: C1, 47 and 92. RGB value is (193,71,146). Sum of RGB (Red+Green+Blue) = 193+71+146=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C14792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14792 is #3EB86D. Grayscale: #737373. Windows color (decimal): -4110446 or 9586625. OLE color: 9586625.

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

Color convert

RGB19371146-
CMYK00.630.240.24
HSL323.11º49.59%51.76%-
HSV(B)323.11º63.21%75.69%-
XYZ29.4317.9229.1-
YUV116.03144.92182.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.07%
GREEN value IS 71 (28.12% from 255) = 17.32%
BLUE value IS 146 (57.42% from 255) = 35.61%
R=47.07%
G=17.32%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937114600.630.240.24323.1149.5951.76
HexC1479203F18181433234
Octal30110722207730305036264
Binary1100000110001111001001001111111100011000101000011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14792; }

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

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

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

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

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

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

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

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