#C2549A

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

Shades of Mulberry #C2549A

Tints of Mulberry #C2549A

Color information

#C2549A (or 0xC2549A) is unknown color: approx Mulberry. HEX triplet: C2, 54 and 9A. RGB value is (194,84,154). Sum of RGB (Red+Green+Blue) = 194+84+154=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C2549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2549A is #3DAB65. Grayscale: #7C7C7C. Windows color (decimal): -4041574 or 10114242. OLE color: 10114242.

HSL color Cylindrical-coordinate representation of color #C2549A: hue angle of 321.82º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2549A is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB19484154-
CMYK00.570.210.24
HSL321.82º47.41%54.51%-
HSV(B)321.82º56.7%76.08%-
XYZ31.2520.1432.81-
YUV124.87144.44177.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 84 (33.20% from 255) = 19.44%
BLUE value IS 154 (60.55% from 255) = 35.65%
R=44.91%
G=19.44%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948415400.570.210.24321.8247.4154.51
HexC2549A03915181422f37
Octal30212423207125305025767
Binary1100001010101001001101001110011010111000101000010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2549A; }

 p { color: rgb(194,84,154); }

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

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

 a { background-color: rgb(194,84,154); }

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

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

 span { border-color: rgb(194,84,154); }

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