#C3588B

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

Shades of Mulberry #C3588B

Tints of Mulberry #C3588B

Color information

#C3588B (or 0xC3588B) is unknown color: approx Mulberry. HEX triplet: C3, 58 and 8B. RGB value is (195,88,139). Sum of RGB (Red+Green+Blue) = 195+88+139=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C3588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3588B is #3CA774. Grayscale: #7D7D7D. Windows color (decimal): -3975029 or 9132227. OLE color: 9132227.

HSL color Cylindrical-coordinate representation of color #C3588B: hue angle of 331.4º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3588B is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB19588139-
CMYK00.550.290.24
HSL331.4º47.14%55.49%-
HSV(B)331.4º54.87%76.47%-
XYZ30.6620.4526.76-
YUV125.81135.45177.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.21%
GREEN value IS 88 (34.77% from 255) = 20.85%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=46.21%
G=20.85%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958813900.550.290.24331.447.1455.49
HexC3588B0371D1814b2f37
Octal30313021306735305135767
Binary1100001110110001000101101101111110111000101001011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3588B; }

 p { color: rgb(195,88,139); }

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

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

 a { background-color: rgb(195,88,139); }

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

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

 span { border-color: rgb(195,88,139); }

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