#C1558C

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

Shades of Mulberry #C1558C

Tints of Mulberry #C1558C

Color information

#C1558C (or 0xC1558C) is unknown color: approx Mulberry. HEX triplet: C1, 55 and 8C. RGB value is (193,85,140). Sum of RGB (Red+Green+Blue) = 193+85+140=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1558C is #3EAA73. Grayscale: #7B7B7B. Windows color (decimal): -4106868 or 9196993. OLE color: 9196993.

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

Color convert

RGB19385140-
CMYK00.560.270.24
HSL329.44º46.55%54.51%-
HSV(B)329.44º55.96%75.69%-
XYZ29.9719.7327.04-
YUV123.56137.28177.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.17%
GREEN value IS 85 (33.59% from 255) = 20.33%
BLUE value IS 140 (55.08% from 255) = 33.49%
R=46.17%
G=20.33%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938514000.560.270.24329.4446.5554.51
HexC1558C0381B181492f37
Octal30112521407033305115767
Binary1100000110101011000110001110001101111000101001001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1558C; }

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

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

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

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

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

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

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

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