#C25697

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

Shades of Mulberry #C25697

Tints of Mulberry #C25697

Color information

#C25697 (or 0xC25697) is unknown color: approx Mulberry. HEX triplet: C2, 56 and 97. RGB value is (194,86,151). Sum of RGB (Red+Green+Blue) = 194+86+151=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C25697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25697 is #3DA968. Grayscale: #7D7D7D. Windows color (decimal): -4041065 or 9918146. OLE color: 9918146.

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

Color convert

RGB19486151-
CMYK00.560.220.24
HSL323.89º46.96%54.9%-
HSV(B)323.89º55.67%76.08%-
XYZ31.1620.3631.57-
YUV125.7142.28176.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 86 (33.98% from 255) = 19.95%
BLUE value IS 151 (59.38% from 255) = 35.03%
R=45.01%
G=19.95%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948615100.560.220.24323.8946.9654.9
HexC2569703816181442f37
Octal30212622707026305045767
Binary1100001010101101001011101110001011011000101000100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25697; }

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

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

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

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

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

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

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

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