#C0598B

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

Shades of Mulberry #C0598B

Tints of Mulberry #C0598B

Color information

#C0598B (or 0xC0598B) is unknown color: approx Mulberry. HEX triplet: C0, 59 and 8B. RGB value is (192,89,139). Sum of RGB (Red+Green+Blue) = 192+89+139=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0598B is #3FA674. Grayscale: #7D7D7D. Windows color (decimal): -4171381 or 9132480. OLE color: 9132480.

HSL color Cylindrical-coordinate representation of color #C0598B: hue angle of 330.87º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0598B is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB19289139-
CMYK00.540.280.25
HSL330.87º44.98%55.1%-
HSV(B)330.87º53.65%75.29%-
XYZ29.9720.2226.75-
YUV125.5135.62175.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.71%
GREEN value IS 89 (35.16% from 255) = 21.19%
BLUE value IS 139 (54.69% from 255) = 33.10%
R=45.71%
G=21.19%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928913900.540.280.25330.8744.9855.1
HexC0598B0361C1914b2d37
Octal30013121306634315135567
Binary1100000010110011000101101101101110011001101001011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0598B; }

 p { color: rgb(192,89,139); }

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

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

 a { background-color: rgb(192,89,139); }

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

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

 span { border-color: rgb(192,89,139); }

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