#C54592

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

Shades of Mulberry #C54592

Tints of Mulberry #C54592

Color information

#C54592 (or 0xC54592) is unknown color: approx Mulberry. HEX triplet: C5, 45 and 92. RGB value is (197,69,146). Sum of RGB (Red+Green+Blue) = 197+69+146=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C54592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54592 is #3ABA6D. Grayscale: #737373. Windows color (decimal): -3848814 or 9586117. OLE color: 9586117.

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

Color convert

RGB19769146-
CMYK00.650.260.23
HSL323.91º52.46%52.16%-
HSV(B)323.91º64.97%77.25%-
XYZ30.3418.229.11-
YUV116.05144.91185.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.82%
GREEN value IS 69 (27.34% from 255) = 16.75%
BLUE value IS 146 (57.42% from 255) = 35.44%
R=47.82%
G=16.75%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976914600.650.260.23323.9152.4652.16
HexC545920411A171443434
Octal305105222010132275046464
Binary11000101100010110010010010000011101010111101000100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54592; }

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

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

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

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

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

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

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

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