#C9428D

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

Shades of Mulberry #C9428D

Tints of Mulberry #C9428D

Color information

#C9428D (or 0xC9428D) is unknown color: approx Mulberry. HEX triplet: C9, 42 and 8D. RGB value is (201,66,141). Sum of RGB (Red+Green+Blue) = 201+66+141=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9428D is #36BD72. Grayscale: #727272. Windows color (decimal): -3587443 or 9257673. OLE color: 9257673.

HSL color Cylindrical-coordinate representation of color #C9428D: hue angle of 326.67º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9428D is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB20166141-
CMYK00.670.300.21
HSL326.67º55.56%52.35%-
HSV(B)326.67º67.16%78.82%-
XYZ30.8418.2427.09-
YUV114.92142.73189.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.26%
GREEN value IS 66 (26.17% from 255) = 16.18%
BLUE value IS 141 (55.47% from 255) = 34.56%
R=49.26%
G=16.18%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016614100.670.300.21326.6755.5652.35
HexC9428D0431E151473834
Octal311102215010336255077064
Binary11001001100001010001101010000111111010101101000111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9428D; }

 p { color: rgb(201,66,141); }

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

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

 a { background-color: rgb(201,66,141); }

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

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

 span { border-color: rgb(201,66,141); }

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