#C458A0

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

Shades of Mulberry #C458A0

Tints of Mulberry #C458A0

Color information

#C458A0 (or 0xC458A0) is unknown color: approx Mulberry. HEX triplet: C4, 58 and A0. RGB value is (196,88,160). Sum of RGB (Red+Green+Blue) = 196+88+160=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C458A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C458A0 is #3BA75F. Grayscale: #808080. Windows color (decimal): -3909472 or 10508484. OLE color: 10508484.

HSL color Cylindrical-coordinate representation of color #C458A0: hue angle of 320º 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 #C458A0 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB19688160-
CMYK00.550.180.23
HSL320º47.79%55.69%-
HSV(B)320º55.1%76.86%-
XYZ32.621.2535.64-
YUV128.5145.78176.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.14%
GREEN value IS 88 (34.77% from 255) = 19.82%
BLUE value IS 160 (62.89% from 255) = 36.04%
R=44.14%
G=19.82%
B=36.04%

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
Decimal1968816000.550.180.2332047.7955.69
HexC458A003712171403038
Octal30413024006722275006070
Binary1100010010110001010000001101111001010111101000000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C458A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C458A0; }

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

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

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

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

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

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

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

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