#C8478E

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

Shades of Mulberry #C8478E

Tints of Mulberry #C8478E

Color information

#C8478E (or 0xC8478E) is unknown color: approx Mulberry. HEX triplet: C8, 47 and 8E. RGB value is (200,71,142). Sum of RGB (Red+Green+Blue) = 200+71+142=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C8478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8478E is #37B871. Grayscale: #757575. Windows color (decimal): -3651698 or 9324488. OLE color: 9324488.

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

Color convert

RGB20071142-
CMYK00.640.290.22
HSL326.98º53.97%53.14%-
HSV(B)326.98º64.5%78.43%-
XYZ30.9618.7427.58-
YUV117.66141.74186.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.43%
GREEN value IS 71 (28.12% from 255) = 17.19%
BLUE value IS 142 (55.86% from 255) = 34.38%
R=48.43%
G=17.19%
B=34.38%

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
Decimal2007114200.640.290.22326.9853.9753.14
HexC8478E0401D161473635
Octal310107216010035265076665
Binary11001000100011110001110010000001110110110101000111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8478E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8478E; }

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

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

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

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

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

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

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

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