#C5458A

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

Shades of Mulberry #C5458A

Tints of Mulberry #C5458A

Color information

#C5458A (or 0xC5458A) is unknown color: approx Mulberry. HEX triplet: C5, 45 and 8A. RGB value is (197,69,138). Sum of RGB (Red+Green+Blue) = 197+69+138=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5458A is #3ABA75. Grayscale: #727272. Windows color (decimal): -3848822 or 9061829. OLE color: 9061829.

HSL color Cylindrical-coordinate representation of color #C5458A: hue angle of 327.66º 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 #C5458A is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB19769138-
CMYK00.650.300.23
HSL327.66º52.46%52.16%-
HSV(B)327.66º64.97%77.25%-
XYZ29.7417.9625.94-
YUV115.14140.91186.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.76%
GREEN value IS 69 (27.34% from 255) = 17.08%
BLUE value IS 138 (54.30% from 255) = 34.16%
R=48.76%
G=17.08%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976913800.650.300.23327.6652.4652.16
HexC5458A0411E171483434
Octal305105212010136275106464
Binary11000101100010110001010010000011111010111101001000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5458A; }

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

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

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

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

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

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

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

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