#C2549B

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

Shades of Mulberry #C2549B

Tints of Mulberry #C2549B

Color information

#C2549B (or 0xC2549B) is unknown color: approx Mulberry. HEX triplet: C2, 54 and 9B. RGB value is (194,84,155). Sum of RGB (Red+Green+Blue) = 194+84+155=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2549B is #3DAB64. Grayscale: #7C7C7C. Windows color (decimal): -4041573 or 10179778. OLE color: 10179778.

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

Color convert

RGB19484155-
CMYK00.570.200.24
HSL321.27º47.41%54.51%-
HSV(B)321.27º56.7%76.08%-
XYZ31.3320.1833.25-
YUV124.98144.94177.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.80%
GREEN value IS 84 (33.20% from 255) = 19.40%
BLUE value IS 155 (60.94% from 255) = 35.80%
R=44.80%
G=19.40%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948415500.570.200.24321.2747.4154.51
HexC2549B03914181412f37
Octal30212423307124305015767
Binary1100001010101001001101101110011010011000101000001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2549B; }

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

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

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

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

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

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

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

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