#C04084

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

Shades of Mulberry #C04084

Tints of Mulberry #C04084

Color information

#C04084 (or 0xC04084) is unknown color: approx Mulberry. HEX triplet: C0, 40 and 84. RGB value is (192,64,132). Sum of RGB (Red+Green+Blue) = 192+64+132=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C04084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04084 is #3FBF7B. Grayscale: #6D6D6D. Windows color (decimal): -4177788 or 8667328. OLE color: 8667328.

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

Color convert

RGB19264132-
CMYK00.670.310.25
HSL328.12º50.39%50.2%-
HSV(B)328.12º66.67%75.29%-
XYZ27.7416.5423.56-
YUV110.02140.41186.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.48%
GREEN value IS 64 (25.39% from 255) = 16.49%
BLUE value IS 132 (51.95% from 255) = 34.02%
R=49.48%
G=16.49%
B=34.02%

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
Decimal1926413200.670.310.25328.1250.3950.2
HexC040840431F191483232
Octal300100204010337315106262
Binary11000000100000010000100010000111111111001101001000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04084; }

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

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

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

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

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

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

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

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