#C8478D

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

Shades of Mulberry #C8478D

Tints of Mulberry #C8478D

Color information

#C8478D (or 0xC8478D) is unknown color: approx Mulberry. HEX triplet: C8, 47 and 8D. RGB value is (200,71,141). Sum of RGB (Red+Green+Blue) = 200+71+141=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8478D is #37B872. Grayscale: #757575. Windows color (decimal): -3651699 or 9258952. OLE color: 9258952.

HSL color Cylindrical-coordinate representation of color #C8478D: hue angle of 327.44º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8478D is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB20071141-
CMYK00.640.290.22
HSL327.44º53.97%53.14%-
HSV(B)327.44º64.5%78.43%-
XYZ30.8818.7127.18-
YUV117.55141.24186.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.54%
GREEN value IS 71 (28.12% from 255) = 17.23%
BLUE value IS 141 (55.47% from 255) = 34.22%
R=48.54%
G=17.23%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007114100.640.290.22327.4453.9753.14
HexC8478D0401D161473635
Octal310107215010035265076665
Binary11001000100011110001101010000001110110110101000111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8478D; }

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

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

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

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

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

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

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

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