#c45ba5

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

Shades of Mulberry #C45BA5

Tints of Mulberry #C45BA5

Color information

#C45BA5 (or 0xC45BA5) is unknown color: approx Mulberry. HEX triplet: C4, 5B and A5. RGB value is (196,91,165). Sum of RGB (Red+Green+Blue) = 196+91+165=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C45BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45BA5 is #3BA45A. Grayscale: #828282. Windows color (decimal): -3908699 or 10836932. OLE color: 10836932.

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

Color convert

RGB19691165-
CMYK00.540.160.23
HSL317.71º47.09%56.27%-
HSV(B)317.71º53.57%76.86%-
XYZ33.321.9338.08-
YUV130.83147.29174.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.36%
GREEN value IS 91 (35.94% from 255) = 20.13%
BLUE value IS 165 (64.84% from 255) = 36.50%
R=43.36%
G=20.13%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969116500.540.160.23317.7147.0956.27
HexC45BA5036101713e2f38
Octal30413324506620274765770
Binary1100010010110111010010101101101000010111100111110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c45ba5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c45ba5; }

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

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

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

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

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

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

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

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