#C9497C

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

Shades of Mulberry #C9497C

Tints of Mulberry #C9497C

Color information

#C9497C (or 0xC9497C) is unknown color: approx Mulberry. HEX triplet: C9, 49 and 7C. RGB value is (201,73,124). Sum of RGB (Red+Green+Blue) = 201+73+124=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9497C is #36B683. Grayscale: #757575. Windows color (decimal): -3585668 or 8145353. OLE color: 8145353.

HSL color Cylindrical-coordinate representation of color #C9497C: hue angle of 336.09º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9497C is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB20173124-
CMYK00.640.380.21
HSL336.09º54.24%53.73%-
HSV(B)336.09º63.68%78.82%-
XYZ30.1118.6421.08-
YUV117.09131.91187.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.50%
GREEN value IS 73 (28.91% from 255) = 18.34%
BLUE value IS 124 (48.83% from 255) = 31.16%
R=50.50%
G=18.34%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017312400.640.380.21336.0954.2453.73
HexC9497C04026151503636
Octal311111174010046255206666
Binary11001001100100111111000100000010011010101101010000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9497C; }

 p { color: rgb(201,73,124); }

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

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

 a { background-color: rgb(201,73,124); }

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

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

 span { border-color: rgb(201,73,124); }

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