#C5538E

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

Shades of Mulberry #C5538E

Tints of Mulberry #C5538E

Color information

#C5538E (or 0xC5538E) is unknown color: approx Mulberry. HEX triplet: C5, 53 and 8E. RGB value is (197,83,142). Sum of RGB (Red+Green+Blue) = 197+83+142=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5538E is #3AAC71. Grayscale: #7B7B7B. Windows color (decimal): -3845234 or 9327557. OLE color: 9327557.

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

Color convert

RGB19783142-
CMYK00.580.280.23
HSL328.95º49.57%54.9%-
HSV(B)328.95º57.87%77.25%-
XYZ3120.0127.82-
YUV123.81138.27180.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.68%
GREEN value IS 83 (32.81% from 255) = 19.67%
BLUE value IS 142 (55.86% from 255) = 33.65%
R=46.68%
G=19.67%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978314200.580.280.23328.9549.5754.9
HexC5538E03A1C171493237
Octal30512321607234275116267
Binary1100010110100111000111001110101110010111101001001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5538E; }

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

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

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

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

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

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

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

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