#C05694

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

Shades of Mulberry #C05694

Tints of Mulberry #C05694

Color information

#C05694 (or 0xC05694) is unknown color: approx Mulberry. HEX triplet: C0, 56 and 94. RGB value is (192,86,148). Sum of RGB (Red+Green+Blue) = 192+86+148=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C05694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05694 is #3FA96B. Grayscale: #7C7C7C. Windows color (decimal): -4172140 or 9721536. OLE color: 9721536.

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

Color convert

RGB19286148-
CMYK00.550.230.25
HSL324.91º45.69%54.51%-
HSV(B)324.91º55.21%75.29%-
XYZ30.412030.27-
YUV124.76141.12175.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.07%
GREEN value IS 86 (33.98% from 255) = 20.19%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=45.07%
G=20.19%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928614800.550.230.25324.9145.6954.51
HexC0569403717191452e37
Octal30012622406727315055667
Binary1100000010101101001010001101111011111001101000101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05694; }

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

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

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

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

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

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

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

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