#C54392

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

Shades of Mulberry #C54392

Tints of Mulberry #C54392

Color information

#C54392 (or 0xC54392) is unknown color: approx Mulberry. HEX triplet: C5, 43 and 92. RGB value is (197,67,146). Sum of RGB (Red+Green+Blue) = 197+67+146=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C54392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54392 is #3ABC6D. Grayscale: #727272. Windows color (decimal): -3849326 or 9585605. OLE color: 9585605.

HSL color Cylindrical-coordinate representation of color #C54392: hue angle of 323.54º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54392 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB19767146-
CMYK00.660.260.23
HSL323.54º52.85%51.76%-
HSV(B)323.54º65.99%77.25%-
XYZ30.2217.9629.07-
YUV114.88145.57186.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.05%
GREEN value IS 67 (26.56% from 255) = 16.34%
BLUE value IS 146 (57.42% from 255) = 35.61%
R=48.05%
G=16.34%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976714600.660.260.23323.5452.8551.76
HexC543920421A171443534
Octal305103222010232275046564
Binary11000101100001110010010010000101101010111101000100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54392; }

 p { color: rgb(197,67,146); }

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

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

 a { background-color: rgb(197,67,146); }

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

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

 span { border-color: rgb(197,67,146); }

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