#C8467E

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

Shades of Mulberry #C8467E

Tints of Mulberry #C8467E

Color information

#C8467E (or 0xC8467E) is unknown color: approx Mulberry. HEX triplet: C8, 46 and 7E. RGB value is (200,70,126). Sum of RGB (Red+Green+Blue) = 200+70+126=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8467E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8467E is #37B981. Grayscale: #737373. Windows color (decimal): -3651970 or 8275656. OLE color: 8275656.

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

Color convert

RGB20070126-
CMYK00.650.370.22
HSL334.15º54.17%52.94%-
HSV(B)334.15º65%78.43%-
XYZ29.7818.1721.68-
YUV115.25134.07188.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.51%
GREEN value IS 70 (27.73% from 255) = 17.68%
BLUE value IS 126 (49.61% from 255) = 31.82%
R=50.51%
G=17.68%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007012600.650.370.22334.1554.1752.94
HexC8467E041251614e3635
Octal310106176010145265166665
Binary11001000100011011111100100000110010110110101001110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8467E; }

 p { color: rgb(200,70,126); }

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

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

 a { background-color: rgb(200,70,126); }

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

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

 span { border-color: rgb(200,70,126); }

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