#C9487F

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

Shades of Mulberry #C9487F

Tints of Mulberry #C9487F

Color information

#C9487F (or 0xC9487F) is unknown color: approx Mulberry. HEX triplet: C9, 48 and 7F. RGB value is (201,72,127). Sum of RGB (Red+Green+Blue) = 201+72+127=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C9487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9487F is #36B780. Grayscale: #747474. Windows color (decimal): -3585921 or 8341705. OLE color: 8341705.

HSL color Cylindrical-coordinate representation of color #C9487F: hue angle of 334.42º 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 #C9487F is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB20172127-
CMYK00.640.370.21
HSL334.42º54.43%53.53%-
HSV(B)334.42º64.18%78.82%-
XYZ30.2418.5822.07-
YUV116.84133.74188.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.25%
GREEN value IS 72 (28.52% from 255) = 18%
BLUE value IS 127 (50% from 255) = 31.75%
R=50.25%
G=18%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017212700.640.370.21334.4254.4353.53
HexC9487F040251514e3636
Octal311110177010045255166666
Binary11001001100100011111110100000010010110101101001110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9487F; }

 p { color: rgb(201,72,127); }

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

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

 a { background-color: rgb(201,72,127); }

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

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

 span { border-color: rgb(201,72,127); }

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