#C4519A

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

Shades of Mulberry #C4519A

Tints of Mulberry #C4519A

Color information

#C4519A (or 0xC4519A) is unknown color: approx Mulberry. HEX triplet: C4, 51 and 9A. RGB value is (196,81,154). Sum of RGB (Red+Green+Blue) = 196+81+154=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C4519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4519A is #3BAE65. Grayscale: #7B7B7B. Windows color (decimal): -3911270 or 10113476. OLE color: 10113476.

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

Color convert

RGB19681154-
CMYK00.590.210.23
HSL321.91º49.36%54.31%-
HSV(B)321.91º58.67%76.86%-
XYZ31.5419.9532.76-
YUV123.71145.1179.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.48%
GREEN value IS 81 (32.03% from 255) = 18.79%
BLUE value IS 154 (60.55% from 255) = 35.73%
R=45.48%
G=18.79%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968115400.590.210.23321.9149.3654.31
HexC4519A03B15171423136
Octal30412123207325275026166
Binary1100010010100011001101001110111010110111101000010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4519A; }

 p { color: rgb(196,81,154); }

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

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

 a { background-color: rgb(196,81,154); }

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

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

 span { border-color: rgb(196,81,154); }

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