#C8568C

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

Shades of Mulberry #C8568C

Tints of Mulberry #C8568C

Color information

#C8568C (or 0xC8568C) is unknown color: approx Mulberry. HEX triplet: C8, 56 and 8C. RGB value is (200,86,140). Sum of RGB (Red+Green+Blue) = 200+86+140=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8568C is #37A973. Grayscale: #7E7E7E. Windows color (decimal): -3647860 or 9197256. OLE color: 9197256.

HSL color Cylindrical-coordinate representation of color #C8568C: hue angle of 331.58º 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 #C8568C is Cyan = 0, Magento = 0.57, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB20086140-
CMYK00.570.30.22
HSL331.58º50.89%56.08%-
HSV(B)331.58º57%78.43%-
XYZ31.8820.8327.15-
YUV126.24135.77180.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.95%
GREEN value IS 86 (33.98% from 255) = 20.19%
BLUE value IS 140 (55.08% from 255) = 32.86%
R=46.95%
G=20.19%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008614000.570.30.22331.5850.8956.08
HexC8568C0391E1614c3338
Octal31012621407136265146370
Binary1100100010101101000110001110011111010110101001100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8568C; }

 p { color: rgb(200,86,140); }

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

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

 a { background-color: rgb(200,86,140); }

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

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

 span { border-color: rgb(200,86,140); }

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