#C54285

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

Shades of Mulberry #C54285

Tints of Mulberry #C54285

Color information

#C54285 (or 0xC54285) is unknown color: approx Mulberry. HEX triplet: C5, 42 and 85. RGB value is (197,66,133). Sum of RGB (Red+Green+Blue) = 197+66+133=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C54285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54285 is #3ABD7A. Grayscale: #707070. Windows color (decimal): -3849595 or 8733381. OLE color: 8733381.

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

Color convert

RGB19766133-
CMYK00.660.320.23
HSL329.31º53.04%51.57%-
HSV(B)329.31º66.5%77.25%-
XYZ29.2117.4624.02-
YUV112.81139.4188.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.75%
GREEN value IS 66 (26.17% from 255) = 16.67%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=49.75%
G=16.67%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976613300.660.320.23329.3153.0451.57
HexC5428504220171493534
Octal305102205010240275116564
Binary110001011000010100001010100001010000010111101001001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54285; }

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

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

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

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

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

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

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

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