#C45EA0

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

Shades of Mulberry #C45EA0

Tints of Mulberry #C45EA0

Color information

#C45EA0 (or 0xC45EA0) is unknown color: approx Mulberry. HEX triplet: C4, 5E and A0. RGB value is (196,94,160). Sum of RGB (Red+Green+Blue) = 196+94+160=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C45EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45EA0 is #3BA15F. Grayscale: #838383. Windows color (decimal): -3907936 or 10510020. OLE color: 10510020.

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

Color convert

RGB19694160-
CMYK00.520.180.23
HSL321.18º46.36%56.86%-
HSV(B)321.18º52.04%76.86%-
XYZ33.1122.2835.81-
YUV132.02143.79173.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.56%
GREEN value IS 94 (37.11% from 255) = 20.89%
BLUE value IS 160 (62.89% from 255) = 35.56%
R=43.56%
G=20.89%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969416000.520.180.23321.1846.3656.86
HexC45EA003412171412e39
Octal30413624006422275015671
Binary1100010010111101010000001101001001010111101000001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45EA0; }

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

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

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

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

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

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

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

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