#C458A1

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

Shades of Mulberry #C458A1

Tints of Mulberry #C458A1

Color information

#C458A1 (or 0xC458A1) is unknown color: approx Mulberry. HEX triplet: C4, 58 and A1. RGB value is (196,88,161). Sum of RGB (Red+Green+Blue) = 196+88+161=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C458A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C458A1 is #3BA75E. Grayscale: #808080. Windows color (decimal): -3909471 or 10574020. OLE color: 10574020.

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

Color convert

RGB19688161-
CMYK00.550.180.23
HSL319.44º47.79%55.69%-
HSV(B)319.44º55.1%76.86%-
XYZ32.6921.2936.1-
YUV128.61146.28176.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.04%
GREEN value IS 88 (34.77% from 255) = 19.78%
BLUE value IS 161 (63.28% from 255) = 36.18%
R=44.04%
G=19.78%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968816100.550.180.23319.4447.7955.69
HexC458A1037121713f3038
Octal30413024106722274776070
Binary1100010010110001010000101101111001010111100111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C458A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C458A1; }

 p { color: rgb(196,88,161); }

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

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

 a { background-color: rgb(196,88,161); }

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

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

 span { border-color: rgb(196,88,161); }

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