#C54185

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

Shades of Mulberry #C54185

Tints of Mulberry #C54185

Color information

#C54185 (or 0xC54185) is unknown color: approx Mulberry. HEX triplet: C5, 41 and 85. RGB value is (197,65,133). Sum of RGB (Red+Green+Blue) = 197+65+133=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C54185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54185 is #3ABE7A. Grayscale: #707070. Windows color (decimal): -3849851 or 8733125. OLE color: 8733125.

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

Color convert

RGB19765133-
CMYK00.670.320.23
HSL329.09º53.23%51.37%-
HSV(B)329.09º67.01%77.25%-
XYZ29.1517.3424-
YUV112.22139.73188.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.87%
GREEN value IS 65 (25.78% from 255) = 16.46%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=49.87%
G=16.46%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976513300.670.320.23329.0953.2351.37
HexC5418504320171493533
Octal305101205010340275116563
Binary110001011000001100001010100001110000010111101001001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54185; }

 p { color: rgb(197,65,133); }

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

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

 a { background-color: rgb(197,65,133); }

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

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

 span { border-color: rgb(197,65,133); }

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