#C45681

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

Shades of Mulberry #C45681

Tints of Mulberry #C45681

Color information

#C45681 (or 0xC45681) is unknown color: approx Mulberry. HEX triplet: C4, 56 and 81. RGB value is (196,86,129). Sum of RGB (Red+Green+Blue) = 196+86+129=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C45681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45681 is #3BA97E. Grayscale: #7B7B7B. Windows color (decimal): -3910015 or 8476356. OLE color: 8476356.

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

Color convert

RGB19686129-
CMYK00.560.340.23
HSL336.55º48.25%55.29%-
HSV(B)336.55º56.12%76.86%-
XYZ30.0619.9823.04-
YUV123.79130.94179.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.69%
GREEN value IS 86 (33.98% from 255) = 20.92%
BLUE value IS 129 (50.78% from 255) = 31.39%
R=47.69%
G=20.92%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968612900.560.340.23336.5548.2555.29
HexC4568103822171513037
Octal30412620107042275216067
Binary11000100101011010000001011100010001010111101010001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45681; }

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

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

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

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

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

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

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

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