#C2469F

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

Shades of Mulberry #C2469F

Tints of Mulberry #C2469F

Color information

#C2469F (or 0xC2469F) is unknown color: approx Mulberry. HEX triplet: C2, 46 and 9F. RGB value is (194,70,159). Sum of RGB (Red+Green+Blue) = 194+70+159=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2469F is #3DB960. Grayscale: #747474. Windows color (decimal): -4045153 or 10438338. OLE color: 10438338.

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

Color convert

RGB19470159-
CMYK00.640.180.24
HSL316.94º50.41%51.76%-
HSV(B)316.94º63.92%76.08%-
XYZ30.718.3534.73-
YUV117.22151.58182.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.86%
GREEN value IS 70 (27.73% from 255) = 16.55%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=45.86%
G=16.55%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947015900.640.180.24316.9450.4151.76
HexC2469F040121813d3234
Octal302106237010022304756264
Binary11000010100011010011111010000001001011000100111101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2469F; }

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

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

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

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

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

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

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

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