#C05E98

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

Shades of Mulberry #C05E98

Tints of Mulberry #C05E98

Color information

#C05E98 (or 0xC05E98) is unknown color: approx Mulberry. HEX triplet: C0, 5E and 98. RGB value is (192,94,152). Sum of RGB (Red+Green+Blue) = 192+94+152=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05E98 is #3FA167. Grayscale: #818181. Windows color (decimal): -4170088 or 9985728. OLE color: 9985728.

HSL color Cylindrical-coordinate representation of color #C05E98: hue angle of 324.49º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05E98 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB19294152-
CMYK00.510.210.25
HSL324.49º43.75%56.08%-
HSV(B)324.49º51.04%75.29%-
XYZ31.4121.4832.2-
YUV129.91140.47172.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.84%
GREEN value IS 94 (37.11% from 255) = 21.46%
BLUE value IS 152 (59.77% from 255) = 34.70%
R=43.84%
G=21.46%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929415200.510.210.25324.4943.7556.08
HexC05E9803315191442c38
Octal30013623006325315045470
Binary1100000010111101001100001100111010111001101000100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05E98; }

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

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

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

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

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

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

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

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