#C5538B

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

Shades of Mulberry #C5538B

Tints of Mulberry #C5538B

Color information

#C5538B (or 0xC5538B) is unknown color: approx Mulberry. HEX triplet: C5, 53 and 8B. RGB value is (197,83,139). Sum of RGB (Red+Green+Blue) = 197+83+139=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5538B is #3AAC74. Grayscale: #7B7B7B. Windows color (decimal): -3845237 or 9130949. OLE color: 9130949.

HSL color Cylindrical-coordinate representation of color #C5538B: hue angle of 330.53º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5538B is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB19783139-
CMYK00.580.290.23
HSL330.53º49.57%54.9%-
HSV(B)330.53º57.87%77.25%-
XYZ30.7819.9226.65-
YUV123.47136.77180.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.02%
GREEN value IS 83 (32.81% from 255) = 19.81%
BLUE value IS 139 (54.69% from 255) = 33.17%
R=47.02%
G=19.81%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978313900.580.290.23330.5349.5754.9
HexC5538B03A1D1714b3237
Octal30512321307235275136267
Binary1100010110100111000101101110101110110111101001011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5538B; }

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

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

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

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

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

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

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

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