#C8428B

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

Shades of Mulberry #C8428B

Tints of Mulberry #C8428B

Color information

#C8428B (or 0xC8428B) is unknown color: approx Mulberry. HEX triplet: C8, 42 and 8B. RGB value is (200,66,139). Sum of RGB (Red+Green+Blue) = 200+66+139=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8428B is #37BD74. Grayscale: #727272. Windows color (decimal): -3652981 or 9126600. OLE color: 9126600.

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

Color convert

RGB20066139-
CMYK00.670.300.22
HSL327.31º54.92%52.16%-
HSV(B)327.31º67%78.43%-
XYZ30.4318.0426.3-
YUV114.39141.89189.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.38%
GREEN value IS 66 (26.17% from 255) = 16.30%
BLUE value IS 139 (54.69% from 255) = 34.32%
R=49.38%
G=16.30%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006613900.670.300.22327.3154.9252.16
HexC8428B0431E161473734
Octal310102213010336265076764
Binary11001000100001010001011010000111111010110101000111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8428B; }

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

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

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

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

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

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

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

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