#C3458A

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

Shades of Mulberry #C3458A

Tints of Mulberry #C3458A

Color information

#C3458A (or 0xC3458A) is unknown color: approx Mulberry. HEX triplet: C3, 45 and 8A. RGB value is (195,69,138). Sum of RGB (Red+Green+Blue) = 195+69+138=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3458A is #3CBA75. Grayscale: #727272. Windows color (decimal): -3979894 or 9061827. OLE color: 9061827.

HSL color Cylindrical-coordinate representation of color #C3458A: hue angle of 327.14º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3458A is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB19569138-
CMYK00.650.290.24
HSL327.14º51.22%51.76%-
HSV(B)327.14º64.62%76.47%-
XYZ29.2217.6925.92-
YUV114.54141.24185.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.51%
GREEN value IS 69 (27.34% from 255) = 17.16%
BLUE value IS 138 (54.30% from 255) = 34.33%
R=48.51%
G=17.16%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956913800.650.290.24327.1451.2251.76
HexC3458A0411D181473334
Octal303105212010135305076364
Binary11000011100010110001010010000011110111000101000111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3458A; }

 p { color: rgb(195,69,138); }

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

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

 a { background-color: rgb(195,69,138); }

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

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

 span { border-color: rgb(195,69,138); }

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