#C2588B

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

Shades of Mulberry #C2588B

Tints of Mulberry #C2588B

Color information

#C2588B (or 0xC2588B) is unknown color: approx Mulberry. HEX triplet: C2, 58 and 8B. RGB value is (194,88,139). Sum of RGB (Red+Green+Blue) = 194+88+139=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2588B is #3DA774. Grayscale: #7D7D7D. Windows color (decimal): -4040565 or 9132226. OLE color: 9132226.

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

Color convert

RGB19488139-
CMYK00.550.280.24
HSL331.13º46.49%55.29%-
HSV(B)331.13º54.64%76.08%-
XYZ30.420.3126.74-
YUV125.51135.62176.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.08%
GREEN value IS 88 (34.77% from 255) = 20.90%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=46.08%
G=20.90%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948813900.550.280.24331.1346.4955.29
HexC2588B0371C1814b2e37
Octal30213021306734305135667
Binary1100001010110001000101101101111110011000101001011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2588B; }

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

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

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

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

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

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

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

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