#C6547F

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

Shades of Mulberry #C6547F

Tints of Mulberry #C6547F

Color information

#C6547F (or 0xC6547F) is unknown color: approx Mulberry. HEX triplet: C6, 54 and 7F. RGB value is (198,84,127). Sum of RGB (Red+Green+Blue) = 198+84+127=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C6547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6547F is #39AB80. Grayscale: #7A7A7A. Windows color (decimal): -3779457 or 8344774. OLE color: 8344774.

HSL color Cylindrical-coordinate representation of color #C6547F: hue angle of 337.37º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6547F is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB19884127-
CMYK00.580.360.22
HSL337.37º50%55.29%-
HSV(B)337.37º57.58%77.65%-
XYZ30.2919.8822.32-
YUV122.99130.27181.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.41%
GREEN value IS 84 (33.20% from 255) = 20.54%
BLUE value IS 127 (50% from 255) = 31.05%
R=48.41%
G=20.54%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988412700.580.360.22337.375055.29
HexC6547F03A24161513237
Octal30612417707244265216267
Binary1100011010101001111111011101010010010110101010001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6547F; }

 p { color: rgb(198,84,127); }

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

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

 a { background-color: rgb(198,84,127); }

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

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

 span { border-color: rgb(198,84,127); }

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