#C45294

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

Shades of Mulberry #C45294

Tints of Mulberry #C45294

Color information

#C45294 (or 0xC45294) is unknown color: approx Mulberry. HEX triplet: C4, 52 and 94. RGB value is (196,82,148). Sum of RGB (Red+Green+Blue) = 196+82+148=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C45294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45294 is #3BAD6B. Grayscale: #7B7B7B. Windows color (decimal): -3911020 or 9720516. OLE color: 9720516.

HSL color Cylindrical-coordinate representation of color #C45294: hue angle of 325.26º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45294 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB19682148-
CMYK00.580.240.23
HSL325.26º49.14%54.51%-
HSV(B)325.26º58.16%76.86%-
XYZ31.1319.9130.22-
YUV123.61141.77179.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.01%
GREEN value IS 82 (32.42% from 255) = 19.25%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=46.01%
G=19.25%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968214800.580.240.23325.2649.1454.51
HexC4529403A18171453137
Octal30412222407230275056167
Binary1100010010100101001010001110101100010111101000101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45294; }

 p { color: rgb(196,82,148); }

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

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

 a { background-color: rgb(196,82,148); }

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

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

 span { border-color: rgb(196,82,148); }

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