#C9467F

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

Shades of Mulberry #C9467F

Tints of Mulberry #C9467F

Color information

#C9467F (or 0xC9467F) is unknown color: approx Mulberry. HEX triplet: C9, 46 and 7F. RGB value is (201,70,127). Sum of RGB (Red+Green+Blue) = 201+70+127=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9467F is #36B980. Grayscale: #737373. Windows color (decimal): -3586433 or 8341193. OLE color: 8341193.

HSL color Cylindrical-coordinate representation of color #C9467F: hue angle of 333.89º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9467F is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB20170127-
CMYK00.650.370.21
HSL333.89º54.81%53.14%-
HSV(B)333.89º65.17%78.82%-
XYZ30.1118.3322.03-
YUV115.67134.4188.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.50%
GREEN value IS 70 (27.73% from 255) = 17.59%
BLUE value IS 127 (50% from 255) = 31.91%
R=50.50%
G=17.59%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017012700.650.370.21333.8954.8153.14
HexC9467F041251514e3735
Octal311106177010145255166765
Binary11001001100011011111110100000110010110101101001110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9467F; }

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

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

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

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

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

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

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

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