#C2468E

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

Shades of Mulberry #C2468E

Tints of Mulberry #C2468E

Color information

#C2468E (or 0xC2468E) is unknown color: approx Mulberry. HEX triplet: C2, 46 and 8E. RGB value is (194,70,142). Sum of RGB (Red+Green+Blue) = 194+70+142=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2468E is #3DB971. Grayscale: #737373. Windows color (decimal): -4045170 or 9324226. OLE color: 9324226.

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

Color convert

RGB19470142-
CMYK00.640.270.24
HSL325.16º50.41%51.76%-
HSV(B)325.16º63.92%76.08%-
XYZ29.3217.827.48-
YUV115.28143.08184.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.78%
GREEN value IS 70 (27.73% from 255) = 17.24%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=47.78%
G=17.24%
B=34.98%

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
Decimal1947014200.640.270.24325.1650.4151.76
HexC2468E0401B181453234
Octal302106216010033305056264
Binary11000010100011010001110010000001101111000101000101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2468E; }

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

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

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

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

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

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

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

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