#C25597

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

Shades of Mulberry #C25597

Tints of Mulberry #C25597

Color information

#C25597 (or 0xC25597) is unknown color: approx Mulberry. HEX triplet: C2, 55 and 97. RGB value is (194,85,151). Sum of RGB (Red+Green+Blue) = 194+85+151=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C25597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25597 is #3DAA68. Grayscale: #7C7C7C. Windows color (decimal): -4041321 or 9917890. OLE color: 9917890.

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

Color convert

RGB19485151-
CMYK00.560.220.24
HSL323.67º47.19%54.71%-
HSV(B)323.67º56.19%76.08%-
XYZ31.0820.231.54-
YUV125.12142.61177.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.12%
GREEN value IS 85 (33.59% from 255) = 19.77%
BLUE value IS 151 (59.38% from 255) = 35.12%
R=45.12%
G=19.77%
B=35.12%

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
Decimal1948515100.560.220.24323.6747.1954.71
HexC2559703816181442f37
Octal30212522707026305045767
Binary1100001010101011001011101110001011011000101000100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25597; }

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

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

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

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

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

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

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

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