#c8428a

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

Shades of Mulberry #C8428A

Tints of Mulberry #C8428A

Color information

#C8428A (or 0xC8428A) is unknown color: approx Mulberry. HEX triplet: C8, 42 and 8A. RGB value is (200,66,138). Sum of RGB (Red+Green+Blue) = 200+66+138=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8428A is #37BD75. Grayscale: #727272. Windows color (decimal): -3652982 or 9061064. OLE color: 9061064.

HSL color Cylindrical-coordinate representation of color #C8428A: hue angle of 327.76º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8428A is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB20066138-
CMYK00.670.310.22
HSL327.76º54.92%52.16%-
HSV(B)327.76º67%78.43%-
XYZ30.3618.0125.92-
YUV114.27141.39189.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.50%
GREEN value IS 66 (26.17% from 255) = 16.34%
BLUE value IS 138 (54.30% from 255) = 34.16%
R=49.50%
G=16.34%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006613800.670.310.22327.7654.9252.16
HexC8428A0431F161483734
Octal310102212010337265106764
Binary11001000100001010001010010000111111110110101001000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8428a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8428a; }

 p { color: rgb(200,66,138); }

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

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

 a { background-color: rgb(200,66,138); }

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

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

 span { border-color: rgb(200,66,138); }

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