#C05496

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

Shades of Mulberry #C05496

Tints of Mulberry #C05496

Color information

#C05496 (or 0xC05496) is unknown color: approx Mulberry. HEX triplet: C0, 54 and 96. RGB value is (192,84,150). Sum of RGB (Red+Green+Blue) = 192+84+150=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C05496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05496 is #3FAB69. Grayscale: #7B7B7B. Windows color (decimal): -4172650 or 9852096. OLE color: 9852096.

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

Color convert

RGB19284150-
CMYK00.560.220.25
HSL323.33º46.15%54.12%-
HSV(B)323.33º56.25%75.29%-
XYZ30.4119.7531.06-
YUV123.82142.78176.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.07%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 150 (58.98% from 255) = 35.21%
R=45.07%
G=19.72%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928415000.560.220.25323.3346.1554.12
HexC0549603816191432e36
Octal30012422607026315035666
Binary1100000010101001001011001110001011011001101000011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05496; }

 p { color: rgb(192,84,150); }

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

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

 a { background-color: rgb(192,84,150); }

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

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

 span { border-color: rgb(192,84,150); }

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