#C354A2

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

Shades of Mulberry #C354A2

Tints of Mulberry #C354A2

Color information

#C354A2 (or 0xC354A2) is unknown color: approx Mulberry. HEX triplet: C3, 54 and A2. RGB value is (195,84,162). Sum of RGB (Red+Green+Blue) = 195+84+162=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C354A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C354A2 is #3CAB5D. Grayscale: #7D7D7D. Windows color (decimal): -3976030 or 10638531. OLE color: 10638531.

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

Color convert

RGB19584162-
CMYK00.570.170.24
HSL317.84º48.05%54.71%-
HSV(B)317.84º56.92%76.47%-
XYZ32.220.5536.45-
YUV126.08148.27177.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.22%
GREEN value IS 84 (33.20% from 255) = 19.05%
BLUE value IS 162 (63.67% from 255) = 36.73%
R=44.22%
G=19.05%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958416200.570.170.24317.8448.0554.71
HexC354A2039111813e3037
Octal30312424207121304766067
Binary1100001110101001010001001110011000111000100111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C354A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C354A2; }

 p { color: rgb(195,84,162); }

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

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

 a { background-color: rgb(195,84,162); }

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

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

 span { border-color: rgb(195,84,162); }

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