#C25396

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

Shades of Mulberry #C25396

Tints of Mulberry #C25396

Color information

#C25396 (or 0xC25396) is unknown color: approx Mulberry. HEX triplet: C2, 53 and 96. RGB value is (194,83,150). Sum of RGB (Red+Green+Blue) = 194+83+150=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C25396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25396 is #3DAC69. Grayscale: #7B7B7B. Windows color (decimal): -4041834 or 9851842. OLE color: 9851842.

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

Color convert

RGB19483150-
CMYK00.570.230.24
HSL323.78º47.64%54.31%-
HSV(B)323.78º57.22%76.08%-
XYZ30.8519.8631.06-
YUV123.83142.77178.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.43%
GREEN value IS 83 (32.81% from 255) = 19.44%
BLUE value IS 150 (58.98% from 255) = 35.13%
R=45.43%
G=19.44%
B=35.13%

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
Decimal1948315000.570.230.24323.7847.6454.31
HexC2539603917181443036
Octal30212322607127305046066
Binary1100001010100111001011001110011011111000101000100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25396; }

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

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

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

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

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

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

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

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