#C25096

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

Shades of Mulberry #C25096

Tints of Mulberry #C25096

Color information

#C25096 (or 0xC25096) is unknown color: approx Mulberry. HEX triplet: C2, 50 and 96. RGB value is (194,80,150). Sum of RGB (Red+Green+Blue) = 194+80+150=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C25096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25096 is #3DAF69. Grayscale: #797979. Windows color (decimal): -4042602 or 9851074. OLE color: 9851074.

HSL color Cylindrical-coordinate representation of color #C25096: hue angle of 323.16º 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 #C25096 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB19480150-
CMYK00.590.230.24
HSL323.16º48.31%53.73%-
HSV(B)323.16º58.76%76.08%-
XYZ30.6219.4130.99-
YUV122.07143.77179.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.75%
GREEN value IS 80 (31.64% from 255) = 18.87%
BLUE value IS 150 (58.98% from 255) = 35.38%
R=45.75%
G=18.87%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948015000.590.230.24323.1648.3153.73
HexC2509603B17181433036
Octal30212022607327305036066
Binary1100001010100001001011001110111011111000101000011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25096; }

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

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

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

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

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

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

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

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