#C54381

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

Shades of Mulberry #C54381

Tints of Mulberry #C54381

Color information

#C54381 (or 0xC54381) is unknown color: approx Mulberry. HEX triplet: C5, 43 and 81. RGB value is (197,67,129). Sum of RGB (Red+Green+Blue) = 197+67+129=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C54381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54381 is #3ABC7E. Grayscale: #707070. Windows color (decimal): -3849343 or 8471493. OLE color: 8471493.

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

Color convert

RGB19767129-
CMYK00.660.350.23
HSL331.38º52.85%51.76%-
HSV(B)331.38º65.99%77.25%-
XYZ2917.4722.61-
YUV112.94137.07187.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.13%
GREEN value IS 67 (26.56% from 255) = 17.05%
BLUE value IS 129 (50.78% from 255) = 32.82%
R=50.13%
G=17.05%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976712900.660.350.23331.3852.8551.76
HexC54381042231714b3534
Octal305103201010243275136564
Binary110001011000011100000010100001010001110111101001011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54381; }

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

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

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

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

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

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

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

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