#C6438B

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

Shades of Mulberry #C6438B

Tints of Mulberry #C6438B

Color information

#C6438B (or 0xC6438B) is unknown color: approx Mulberry. HEX triplet: C6, 43 and 8B. RGB value is (198,67,139). Sum of RGB (Red+Green+Blue) = 198+67+139=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6438B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6438B is #39BC74. Grayscale: #727272. Windows color (decimal): -3783797 or 9126854. OLE color: 9126854.

HSL color Cylindrical-coordinate representation of color #C6438B: hue angle of 327.02º 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 #C6438B is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB19867139-
CMYK00.660.300.22
HSL327.02º53.47%51.96%-
HSV(B)327.02º66.16%77.65%-
XYZ29.9617.8826.3-
YUV114.38141.9187.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.01%
GREEN value IS 67 (26.56% from 255) = 16.58%
BLUE value IS 139 (54.69% from 255) = 34.41%
R=49.01%
G=16.58%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986713900.660.300.22327.0253.4751.96
HexC6438B0421E161473534
Octal306103213010236265076564
Binary11000110100001110001011010000101111010110101000111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6438B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6438B; }

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

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

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

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

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

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

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

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