#C25690

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

Shades of Mulberry #C25690

Tints of Mulberry #C25690

Color information

#C25690 (or 0xC25690) is unknown color: approx Mulberry. HEX triplet: C2, 56 and 90. RGB value is (194,86,144). Sum of RGB (Red+Green+Blue) = 194+86+144=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C25690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25690 is #3DA96F. Grayscale: #7C7C7C. Windows color (decimal): -4041072 or 9459394. OLE color: 9459394.

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

Color convert

RGB19486144-
CMYK00.560.260.24
HSL327.78º46.96%54.9%-
HSV(B)327.78º55.67%76.08%-
XYZ30.6120.1428.66-
YUV124.9138.78177.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.75%
GREEN value IS 86 (33.98% from 255) = 20.28%
BLUE value IS 144 (56.64% from 255) = 33.96%
R=45.75%
G=20.28%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948614400.560.260.24327.7846.9654.9
HexC256900381A181482f37
Octal30212622007032305105767
Binary1100001010101101001000001110001101011000101001000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25690; }

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

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

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

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

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

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

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

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