#C05284

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

Shades of Mulberry #C05284

Tints of Mulberry #C05284

Color information

#C05284 (or 0xC05284) is unknown color: approx Mulberry. HEX triplet: C0, 52 and 84. RGB value is (192,82,132). Sum of RGB (Red+Green+Blue) = 192+82+132=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C05284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05284 is #3FAD7B. Grayscale: #787878. Windows color (decimal): -4173180 or 8671936. OLE color: 8671936.

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

Color convert

RGB19282132-
CMYK00.570.310.25
HSL332.73º46.61%53.73%-
HSV(B)332.73º57.29%75.29%-
XYZ28.9218.9123.95-
YUV120.59134.44178.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.29%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 132 (51.95% from 255) = 32.51%
R=47.29%
G=20.20%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928213200.570.310.25332.7346.6153.73
HexC052840391F1914d2f36
Octal30012220407137315155766
Binary1100000010100101000010001110011111111001101001101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05284; }

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

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

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

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

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

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

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

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