#C2598D

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

Shades of Mulberry #C2598D

Tints of Mulberry #C2598D

Color information

#C2598D (or 0xC2598D) is unknown color: approx Mulberry. HEX triplet: C2, 59 and 8D. RGB value is (194,89,141). Sum of RGB (Red+Green+Blue) = 194+89+141=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2598D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2598D is #3DA672. Grayscale: #7E7E7E. Windows color (decimal): -4040307 or 9263554. OLE color: 9263554.

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

Color convert

RGB19489141-
CMYK00.540.270.24
HSL330.29º46.26%55.49%-
HSV(B)330.29º54.12%76.08%-
XYZ30.6320.5427.55-
YUV126.32136.29176.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.75%
GREEN value IS 89 (35.16% from 255) = 20.99%
BLUE value IS 141 (55.47% from 255) = 33.25%
R=45.75%
G=20.99%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948914100.540.270.24330.2946.2655.49
HexC2598D0361B1814a2e37
Octal30213121506633305125667
Binary1100001010110011000110101101101101111000101001010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2598D; }

 p { color: rgb(194,89,141); }

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

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

 a { background-color: rgb(194,89,141); }

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

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

 span { border-color: rgb(194,89,141); }

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