#c25395

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

Shades of Mulberry #C25395

Tints of Mulberry #C25395

Color information

#C25395 (or 0xC25395) is unknown color: approx Mulberry. HEX triplet: C2, 53 and 95. RGB value is (194,83,149). Sum of RGB (Red+Green+Blue) = 194+83+149=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C25395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25395 is #3DAC6A. Grayscale: #7B7B7B. Windows color (decimal): -4041835 or 9786306. OLE color: 9786306.

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

Color convert

RGB19483149-
CMYK00.570.230.24
HSL324.32º47.64%54.31%-
HSV(B)324.32º57.22%76.08%-
XYZ30.7719.8330.64-
YUV123.71142.27178.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 83 (32.81% from 255) = 19.48%
BLUE value IS 149 (58.59% from 255) = 34.98%
R=45.54%
G=19.48%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948314900.570.230.24324.3247.6454.31
HexC2539503917181443036
Octal30212322507127305046066
Binary1100001010100111001010101110011011111000101000100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c25395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c25395; }

 p { color: rgb(194,83,149); }

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

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

 a { background-color: rgb(194,83,149); }

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

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

 span { border-color: rgb(194,83,149); }

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