#C9478D

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

Shades of Mulberry #C9478D

Tints of Mulberry #C9478D

Color information

#C9478D (or 0xC9478D) is unknown color: approx Mulberry. HEX triplet: C9, 47 and 8D. RGB value is (201,71,141). Sum of RGB (Red+Green+Blue) = 201+71+141=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9478D is #36B872. Grayscale: #757575. Windows color (decimal): -3586163 or 9258953. OLE color: 9258953.

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

Color convert

RGB20171141-
CMYK00.650.300.21
HSL327.69º54.62%53.33%-
HSV(B)327.69º64.68%78.82%-
XYZ31.1518.8527.2-
YUV117.85141.07187.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.67%
GREEN value IS 71 (28.12% from 255) = 17.19%
BLUE value IS 141 (55.47% from 255) = 34.14%
R=48.67%
G=17.19%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017114100.650.300.21327.6954.6253.33
HexC9478D0411E151483735
Octal311107215010136255106765
Binary11001001100011110001101010000011111010101101001000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9478D; }

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

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

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

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

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

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

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

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