#C9438C

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

Shades of Mulberry #C9438C

Tints of Mulberry #C9438C

Color information

#C9438C (or 0xC9438C) is unknown color: approx Mulberry. HEX triplet: C9, 43 and 8C. RGB value is (201,67,140). Sum of RGB (Red+Green+Blue) = 201+67+140=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9438C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9438C is #36BC73. Grayscale: #737373. Windows color (decimal): -3587188 or 9192393. OLE color: 9192393.

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

Color convert

RGB20167140-
CMYK00.670.300.21
HSL327.31º55.37%52.55%-
HSV(B)327.31º66.67%78.82%-
XYZ30.8318.3326.72-
YUV115.39141.89189.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.26%
GREEN value IS 67 (26.56% from 255) = 16.42%
BLUE value IS 140 (55.08% from 255) = 34.31%
R=49.26%
G=16.42%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016714000.670.300.21327.3155.3752.55
HexC9438C0431E151473735
Octal311103214010336255076765
Binary11001001100001110001100010000111111010101101000111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9438C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9438C; }

 p { color: rgb(201,67,140); }

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

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

 a { background-color: rgb(201,67,140); }

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

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

 span { border-color: rgb(201,67,140); }

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