#C05698

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

Shades of Mulberry #C05698

Tints of Mulberry #C05698

Color information

#C05698 (or 0xC05698) is unknown color: approx Mulberry. HEX triplet: C0, 56 and 98. RGB value is (192,86,152). Sum of RGB (Red+Green+Blue) = 192+86+152=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C05698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05698 is #3FA967. Grayscale: #7D7D7D. Windows color (decimal): -4172136 or 9983680. OLE color: 9983680.

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

Color convert

RGB19286152-
CMYK00.550.210.25
HSL322.64º45.69%54.51%-
HSV(B)322.64º55.21%75.29%-
XYZ30.7320.1331.97-
YUV125.22143.12175.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.65%
GREEN value IS 86 (33.98% from 255) = 20%
BLUE value IS 152 (59.77% from 255) = 35.35%
R=44.65%
G=20%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928615200.550.210.25322.6445.6954.51
HexC0569803715191432e37
Octal30012623006725315035667
Binary1100000010101101001100001101111010111001101000011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05698; }

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

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

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

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

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

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

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

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