#C25598

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

Shades of Mulberry #C25598

Tints of Mulberry #C25598

Color information

#C25598 (or 0xC25598) is unknown color: approx Mulberry. HEX triplet: C2, 55 and 98. RGB value is (194,85,152). Sum of RGB (Red+Green+Blue) = 194+85+152=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C25598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25598 is #3DAA67. Grayscale: #7D7D7D. Windows color (decimal): -4041320 or 9983426. OLE color: 9983426.

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

Color convert

RGB19485152-
CMYK00.560.220.24
HSL323.12º47.19%54.71%-
HSV(B)323.12º56.19%76.08%-
XYZ31.1620.2331.97-
YUV125.23143.11177.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 85 (33.59% from 255) = 19.72%
BLUE value IS 152 (59.77% from 255) = 35.27%
R=45.01%
G=19.72%
B=35.27%

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
Decimal1948515200.560.220.24323.1247.1954.71
HexC2559803816181432f37
Octal30212523007026305035767
Binary1100001010101011001100001110001011011000101000011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25598; }

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

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

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

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

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

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

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

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