#C2598A

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

Shades of Mulberry #C2598A

Tints of Mulberry #C2598A

Color information

#C2598A (or 0xC2598A) is unknown color: approx Mulberry. HEX triplet: C2, 59 and 8A. RGB value is (194,89,138). Sum of RGB (Red+Green+Blue) = 194+89+138=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2598A is #3DA675. Grayscale: #7D7D7D. Windows color (decimal): -4040310 or 9066946. OLE color: 9066946.

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

Color convert

RGB19489138-
CMYK00.540.290.24
HSL332º46.26%55.49%-
HSV(B)332º54.12%76.08%-
XYZ30.4120.4526.39-
YUV125.98134.79176.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.08%
GREEN value IS 89 (35.16% from 255) = 21.14%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=46.08%
G=21.14%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948913800.540.290.2433246.2655.49
HexC2598A0361D1814c2e37
Octal30213121206635305145667
Binary1100001010110011000101001101101110111000101001100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2598A; }

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

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

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

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

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

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

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

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