#C9427E

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

Shades of Mulberry #C9427E

Tints of Mulberry #C9427E

Color information

#C9427E (or 0xC9427E) is unknown color: approx Mulberry. HEX triplet: C9, 42 and 7E. RGB value is (201,66,126). Sum of RGB (Red+Green+Blue) = 201+66+126=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9427E is #36BD81. Grayscale: #717171. Windows color (decimal): -3587458 or 8274633. OLE color: 8274633.

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

Color convert

RGB20166126-
CMYK00.670.370.21
HSL333.33º55.56%52.35%-
HSV(B)333.33º67.16%78.82%-
XYZ29.817.8221.61-
YUV113.2135.23190.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.15%
GREEN value IS 66 (26.17% from 255) = 16.79%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=51.15%
G=16.79%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016612600.670.370.21333.3355.5652.35
HexC9427E043251514d3834
Octal311102176010345255157064
Binary11001001100001011111100100001110010110101101001101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9427E; }

 p { color: rgb(201,66,126); }

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

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

 a { background-color: rgb(201,66,126); }

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

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

 span { border-color: rgb(201,66,126); }

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