#C2468D

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

Shades of Mulberry #C2468D

Tints of Mulberry #C2468D

Color information

#C2468D (or 0xC2468D) is unknown color: approx Mulberry. HEX triplet: C2, 46 and 8D. RGB value is (194,70,141). Sum of RGB (Red+Green+Blue) = 194+70+141=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2468D is #3DB972. Grayscale: #737373. Windows color (decimal): -4045171 or 9258690. OLE color: 9258690.

HSL color Cylindrical-coordinate representation of color #C2468D: hue angle of 325.65º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2468D is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB19470141-
CMYK00.640.270.24
HSL325.65º50.41%51.76%-
HSV(B)325.65º63.92%76.08%-
XYZ29.2517.7727.09-
YUV115.17142.58184.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.90%
GREEN value IS 70 (27.73% from 255) = 17.28%
BLUE value IS 141 (55.47% from 255) = 34.81%
R=47.90%
G=17.28%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947014100.640.270.24325.6550.4151.76
HexC2468D0401B181463234
Octal302106215010033305066264
Binary11000010100011010001101010000001101111000101000110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2468D; }

 p { color: rgb(194,70,141); }

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

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

 a { background-color: rgb(194,70,141); }

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

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

 span { border-color: rgb(194,70,141); }

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