#C5418B

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

Shades of Mulberry #C5418B

Tints of Mulberry #C5418B

Color information

#C5418B (or 0xC5418B) is unknown color: approx Mulberry. HEX triplet: C5, 41 and 8B. RGB value is (197,65,139). Sum of RGB (Red+Green+Blue) = 197+65+139=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5418B is #3ABE74. Grayscale: #707070. Windows color (decimal): -3849845 or 9126341. OLE color: 9126341.

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

Color convert

RGB19765139-
CMYK00.670.290.23
HSL326.36º53.23%51.37%-
HSV(B)326.36º67.01%77.25%-
XYZ29.5817.5126.25-
YUV112.9142.73187.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.13%
GREEN value IS 65 (25.78% from 255) = 16.21%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=49.13%
G=16.21%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976513900.670.290.23326.3653.2351.37
HexC5418B0431D171463533
Octal305101213010335275066563
Binary11000101100000110001011010000111110110111101000110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5418B; }

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

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

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

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

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

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

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

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