#C04085

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

Shades of Mulberry #C04085

Tints of Mulberry #C04085

Color information

#C04085 (or 0xC04085) is unknown color: approx Mulberry. HEX triplet: C0, 40 and 85. RGB value is (192,64,133). Sum of RGB (Red+Green+Blue) = 192+64+133=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C04085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04085 is #3FBF7A. Grayscale: #6D6D6D. Windows color (decimal): -4177787 or 8732864. OLE color: 8732864.

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

Color convert

RGB19264133-
CMYK00.670.310.25
HSL327.66º50.39%50.2%-
HSV(B)327.66º66.67%75.29%-
XYZ27.8116.5723.92-
YUV110.14140.91186.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.36%
GREEN value IS 64 (25.39% from 255) = 16.45%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=49.36%
G=16.45%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926413300.670.310.25327.6650.3950.2
HexC040850431F191483232
Octal300100205010337315106262
Binary11000000100000010000101010000111111111001101001000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04085; }

 p { color: rgb(192,64,133); }

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

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

 a { background-color: rgb(192,64,133); }

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

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

 span { border-color: rgb(192,64,133); }

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