#C456A5

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

Shades of Mulberry #C456A5

Tints of Mulberry #C456A5

Color information

#C456A5 (or 0xC456A5) is unknown color: approx Mulberry. HEX triplet: C4, 56 and A5. RGB value is (196,86,165). Sum of RGB (Red+Green+Blue) = 196+86+165=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C456A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C456A5 is #3BA95A. Grayscale: #7F7F7F. Windows color (decimal): -3909979 or 10835652. OLE color: 10835652.

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

Color convert

RGB19686165-
CMYK00.560.160.23
HSL316.91º48.25%55.29%-
HSV(B)316.91º56.12%76.86%-
XYZ32.8821.1137.94-
YUV127.9148.94176.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.85%
GREEN value IS 86 (33.98% from 255) = 19.24%
BLUE value IS 165 (64.84% from 255) = 36.91%
R=43.85%
G=19.24%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968616500.560.160.23316.9148.2555.29
HexC456A5038101713d3037
Octal30412624507020274756067
Binary1100010010101101010010101110001000010111100111101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C456A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C456A5; }

 p { color: rgb(196,86,165); }

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

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

 a { background-color: rgb(196,86,165); }

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

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

 span { border-color: rgb(196,86,165); }

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