#C6438C

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

Shades of Mulberry #C6438C

Tints of Mulberry #C6438C

Color information

#C6438C (or 0xC6438C) is unknown color: approx Mulberry. HEX triplet: C6, 43 and 8C. RGB value is (198,67,140). Sum of RGB (Red+Green+Blue) = 198+67+140=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C6438C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6438C is #39BC73. Grayscale: #727272. Windows color (decimal): -3783796 or 9192390. OLE color: 9192390.

HSL color Cylindrical-coordinate representation of color #C6438C: hue angle of 326.56º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C6438C is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB19867140-
CMYK00.660.290.22
HSL326.56º53.47%51.96%-
HSV(B)326.56º66.16%77.65%-
XYZ30.0317.9126.69-
YUV114.49142.4187.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.89%
GREEN value IS 67 (26.56% from 255) = 16.54%
BLUE value IS 140 (55.08% from 255) = 34.57%
R=48.89%
G=16.54%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986714000.660.290.22326.5653.4751.96
HexC6438C0421D161473534
Octal306103214010235265076564
Binary11000110100001110001100010000101110110110101000111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6438C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6438C; }

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

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

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

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

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

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

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

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