#C8558B

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

Shades of Mulberry #C8558B

Tints of Mulberry #C8558B

Color information

#C8558B (or 0xC8558B) is unknown color: approx Mulberry. HEX triplet: C8, 55 and 8B. RGB value is (200,85,139). Sum of RGB (Red+Green+Blue) = 200+85+139=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8558B is #37AA74. Grayscale: #7D7D7D. Windows color (decimal): -3648117 or 9131464. OLE color: 9131464.

HSL color Cylindrical-coordinate representation of color #C8558B: hue angle of 331.83º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8558B is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB20085139-
CMYK00.580.300.22
HSL331.83º51.11%55.88%-
HSV(B)331.83º57.5%78.43%-
XYZ31.7320.6426.74-
YUV125.54135.6181.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.17%
GREEN value IS 85 (33.59% from 255) = 20.05%
BLUE value IS 139 (54.69% from 255) = 32.78%
R=47.17%
G=20.05%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008513900.580.300.22331.8351.1155.88
HexC8558B03A1E1614c3338
Octal31012521307236265146370
Binary1100100010101011000101101110101111010110101001100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8558B; }

 p { color: rgb(200,85,139); }

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

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

 a { background-color: rgb(200,85,139); }

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

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

 span { border-color: rgb(200,85,139); }

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