#C1588C

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

Shades of Mulberry #C1588C

Tints of Mulberry #C1588C

Color information

#C1588C (or 0xC1588C) is unknown color: approx Mulberry. HEX triplet: C1, 58 and 8C. RGB value is (193,88,140). Sum of RGB (Red+Green+Blue) = 193+88+140=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C1588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1588C is #3EA773. Grayscale: #7D7D7D. Windows color (decimal): -4106100 or 9197761. OLE color: 9197761.

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

Color convert

RGB19388140-
CMYK00.540.270.24
HSL330.29º45.85%55.1%-
HSV(B)330.29º54.4%75.69%-
XYZ30.2220.2127.12-
YUV125.32136.29176.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.84%
GREEN value IS 88 (34.77% from 255) = 20.90%
BLUE value IS 140 (55.08% from 255) = 33.25%
R=45.84%
G=20.90%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938814000.540.270.24330.2945.8555.1
HexC1588C0361B1814a2e37
Octal30113021406633305125667
Binary1100000110110001000110001101101101111000101001010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1588C; }

 p { color: rgb(193,88,140); }

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

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

 a { background-color: rgb(193,88,140); }

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

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

 span { border-color: rgb(193,88,140); }

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