#C05682

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

Shades of Mulberry #C05682

Tints of Mulberry #C05682

Color information

#C05682 (or 0xC05682) is unknown color: approx Mulberry. HEX triplet: C0, 56 and 82. RGB value is (192,86,130). Sum of RGB (Red+Green+Blue) = 192+86+130=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C05682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05682 is #3FA97D. Grayscale: #7A7A7A. Windows color (decimal): -4172158 or 8541888. OLE color: 8541888.

HSL color Cylindrical-coordinate representation of color #C05682: hue angle of 335.09º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05682 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB19286130-
CMYK00.550.320.25
HSL335.09º45.69%54.51%-
HSV(B)335.09º55.21%75.29%-
XYZ29.119.4723.34-
YUV122.71132.12177.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.06%
GREEN value IS 86 (33.98% from 255) = 21.08%
BLUE value IS 130 (51.17% from 255) = 31.86%
R=47.06%
G=21.08%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928613000.550.320.25335.0945.6954.51
HexC05682037201914f2e37
Octal30012620206740315175667
Binary11000000101011010000010011011110000011001101001111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05682; }

 p { color: rgb(192,86,130); }

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

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

 a { background-color: rgb(192,86,130); }

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

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

 span { border-color: rgb(192,86,130); }

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