#C1588B

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

Shades of Mulberry #C1588B

Tints of Mulberry #C1588B

Color information

#C1588B (or 0xC1588B) is unknown color: approx Mulberry. HEX triplet: C1, 58 and 8B. RGB value is (193,88,139). Sum of RGB (Red+Green+Blue) = 193+88+139=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1588B is #3EA774. Grayscale: #7D7D7D. Windows color (decimal): -4106101 or 9132225. OLE color: 9132225.

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

Color convert

RGB19388139-
CMYK00.540.280.24
HSL330.86º45.85%55.1%-
HSV(B)330.86º54.4%75.69%-
XYZ30.1420.1826.73-
YUV125.21135.79176.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.95%
GREEN value IS 88 (34.77% from 255) = 20.95%
BLUE value IS 139 (54.69% from 255) = 33.10%
R=45.95%
G=20.95%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938813900.540.280.24330.8645.8555.1
HexC1588B0361C1814b2e37
Octal30113021306634305135667
Binary1100000110110001000101101101101110011000101001011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1588B; }

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

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

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

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

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

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

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

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