#C05090

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

Shades of Mulberry #C05090

Tints of Mulberry #C05090

Color information

#C05090 (or 0xC05090) is unknown color: approx Mulberry. HEX triplet: C0, 50 and 90. RGB value is (192,80,144). Sum of RGB (Red+Green+Blue) = 192+80+144=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C05090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05090 is #3FAF6F. Grayscale: #787878. Windows color (decimal): -4173680 or 9457856. OLE color: 9457856.

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

Color convert

RGB19280144-
CMYK00.580.250.25
HSL325.71º47.06%53.33%-
HSV(B)325.71º58.33%75.29%-
XYZ29.6418.9628.48-
YUV120.78141.11178.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.15%
GREEN value IS 80 (31.64% from 255) = 19.23%
BLUE value IS 144 (56.64% from 255) = 34.62%
R=46.15%
G=19.23%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928014400.580.250.25325.7147.0653.33
HexC0509003A19191462f35
Octal30012022007231315065765
Binary1100000010100001001000001110101100111001101000110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05090; }

 p { color: rgb(192,80,144); }

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

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

 a { background-color: rgb(192,80,144); }

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

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

 span { border-color: rgb(192,80,144); }

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