#C25090

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

Shades of Mulberry #C25090

Tints of Mulberry #C25090

Color information

#C25090 (or 0xC25090) is unknown color: approx Mulberry. HEX triplet: C2, 50 and 90. RGB value is (194,80,144). Sum of RGB (Red+Green+Blue) = 194+80+144=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C25090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25090 is #3DAF6F. Grayscale: #797979. Windows color (decimal): -4042608 or 9457858. OLE color: 9457858.

HSL color Cylindrical-coordinate representation of color #C25090: hue angle of 326.32º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25090 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB19480144-
CMYK00.590.260.24
HSL326.32º48.31%53.73%-
HSV(B)326.32º58.76%76.08%-
XYZ30.1519.2228.51-
YUV121.38140.77179.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.41%
GREEN value IS 80 (31.64% from 255) = 19.14%
BLUE value IS 144 (56.64% from 255) = 34.45%
R=46.41%
G=19.14%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948014400.590.260.24326.3248.3153.73
HexC2509003B1A181463036
Octal30212022007332305066066
Binary1100001010100001001000001110111101011000101000110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25090; }

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

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

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

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

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

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

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

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